更换卸载图标
This commit is contained in:
@@ -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