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

@@ -43,7 +43,7 @@ public class DeleteDropTarget extends ButtonDropTarget {
// Get the hover color
mHoverColor = getResources().getColor(R.color.delete_target_hover_tint);
setDrawable(R.drawable.ic_launcher_remove_normal);
setDrawable(R.drawable.ic_remove_launcher);
}
public static boolean supportsDrop(Object info) {