Updating assets

Bug: 21304080
Change-Id: I26cf435779b477f0961d8e0d56dd6b86b418a3be
This commit is contained in:
Sunny Goyal
2015-06-04 22:40:14 -07:00
parent 26c2842f07
commit 40b626b930
75 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ public class UninstallDropTarget extends ButtonDropTarget {
// Get the hover color
mHoverColor = getResources().getColor(R.color.uninstall_target_hover_tint);
setDrawable(R.drawable.ic_launcher_uninstall_normal);
setDrawable(R.drawable.ic_uninstall_launcher);
}
@Override