mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
adding "Remove" and "Delete" text to delete button
- also removed some unused assets Change-Id: Iad42afd2f144de92d80fb89d892ab42b32811b69
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user