diff --git a/res/drawable-xhdpi/ic_uninstall.png b/res/drawable-xhdpi/ic_uninstall.png new file mode 100644 index 0000000..e2d34df Binary files /dev/null and b/res/drawable-xhdpi/ic_uninstall.png differ diff --git a/src/com/android/uiuios/SecondaryDropTarget.java b/src/com/android/uiuios/SecondaryDropTarget.java index 6c1e3bf..8bc74f7 100644 --- a/src/com/android/uiuios/SecondaryDropTarget.java +++ b/src/com/android/uiuios/SecondaryDropTarget.java @@ -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());