adding "Remove" and "Delete" text to delete button

- also removed some unused assets

Change-Id: Iad42afd2f144de92d80fb89d892ab42b32811b69
This commit is contained in:
Michael Jurka
2010-12-17 20:04:50 -08:00
parent b7f2a8f099
commit 577d017732
16 changed files with 87 additions and 30 deletions

View File

@@ -16,22 +16,19 @@
package com.android.launcher2;
import com.android.launcher.R;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
/**
* Implements a DropTarget which allows applications to be dropped on it,
* in order to launch the application info for that app.
*/
public class IconDropTarget extends ImageView implements DropTarget, DragController.DragListener {
public class IconDropTarget extends TextView implements DropTarget, DragController.DragListener {
protected Launcher mLauncher;
/**