更换卸载图标
This commit is contained in:
BIN
res/drawable-xhdpi/ic_uninstall.png
Normal file
BIN
res/drawable-xhdpi/ic_uninstall.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -76,7 +76,7 @@ public class SecondaryDropTarget extends ButtonDropTarget implements OnAlarmList
|
||||
|
||||
if (action == UNINSTALL) {
|
||||
mHoverColor = getResources().getColor(R.color.uninstall_target_hover_tint);
|
||||
setDrawable(R.drawable.ic_uninstall_shadow);
|
||||
setDrawable(R.drawable.ic_uninstall);
|
||||
updateText(R.string.uninstall_drop_target_label);
|
||||
} else {
|
||||
mHoverColor = Themes.getColorAccent(getContext());
|
||||
|
||||
Reference in New Issue
Block a user