更换卸载图标
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) {
|
if (action == UNINSTALL) {
|
||||||
mHoverColor = getResources().getColor(R.color.uninstall_target_hover_tint);
|
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);
|
updateText(R.string.uninstall_drop_target_label);
|
||||||
} else {
|
} else {
|
||||||
mHoverColor = Themes.getColorAccent(getContext());
|
mHoverColor = Themes.getColorAccent(getContext());
|
||||||
|
|||||||
Reference in New Issue
Block a user