summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-04-28 21:36:46 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-04-28 21:38:56 -0700
commit3a2698b3087c027b81a99a5d429cb0c07977029a (patch)
tree66710ec8c52d0dc3b0da7a53e552475fd4cd4348 /res/drawable
parent559d90d0dafbac1d97a1e6f18062309831a25d51 (diff)
downloadandroid_packages_apps_Trebuchet-3a2698b3087c027b81a99a5d429cb0c07977029a.tar.gz
android_packages_apps_Trebuchet-3a2698b3087c027b81a99a5d429cb0c07977029a.tar.bz2
android_packages_apps_Trebuchet-3a2698b3087c027b81a99a5d429cb0c07977029a.zip
Updating drop target assets
Change-Id: I33f7dc30b10a617ae4784f067491ab01b27b7733
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/info_target_selector.xml4
-rw-r--r--res/drawable/remove_target_selector.xml4
-rw-r--r--res/drawable/uninstall_target_selector.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/res/drawable/info_target_selector.xml b/res/drawable/info_target_selector.xml
index f3a7016c3..51caece53 100644
--- a/res/drawable/info_target_selector.xml
+++ b/res/drawable/info_target_selector.xml
@@ -19,6 +19,6 @@
-->
<transition xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/ic_launcher_info_normal_holo" />
- <item android:drawable="@drawable/ic_launcher_info_active_holo" />
+ <item android:drawable="@drawable/ic_launcher_info_normal" />
+ <item android:drawable="@drawable/ic_launcher_info_active" />
</transition>
diff --git a/res/drawable/remove_target_selector.xml b/res/drawable/remove_target_selector.xml
index 5e071fbfa..9025e8a1a 100644
--- a/res/drawable/remove_target_selector.xml
+++ b/res/drawable/remove_target_selector.xml
@@ -19,6 +19,6 @@
-->
<transition xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/ic_launcher_clear_normal_holo" />
- <item android:drawable="@drawable/ic_launcher_clear_active_holo" />
+ <item android:drawable="@drawable/ic_launcher_remove_normal" />
+ <item android:drawable="@drawable/ic_launcher_remove_active" />
</transition>
diff --git a/res/drawable/uninstall_target_selector.xml b/res/drawable/uninstall_target_selector.xml
index 229942e3a..175cc20dd 100644
--- a/res/drawable/uninstall_target_selector.xml
+++ b/res/drawable/uninstall_target_selector.xml
@@ -19,6 +19,6 @@
-->
<transition xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/ic_launcher_trashcan_normal_holo" />
- <item android:drawable="@drawable/ic_launcher_trashcan_active_holo" />
+ <item android:drawable="@drawable/ic_launcher_uninstall_normal" />
+ <item android:drawable="@drawable/ic_launcher_uninstall_active" />
</transition>