更换卸载图标

This commit is contained in:
2020-11-26 16:02:04 +08:00
parent 558c44b6e9
commit 7cf15fef3f
2 changed files with 1 additions and 1 deletions

View File

@@ -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());