From ebea84d1c95f4c38ba8cee46cd586fd757b4fce2 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Wed, 9 Nov 2011 17:20:41 -0800 Subject: Unifying overscroll btw phone and tablet -> Using separate assets for removing and uninstalling Change-Id: I183967c3ca482531ae28f71cd9053b673c6a8d03 --- res/drawable-hdpi/ic_home_all_apps_holo_dark.png | Bin 4135 -> 1385 bytes .../ic_launcher_clear_active_holo.png | Bin 0 -> 1181 bytes .../ic_launcher_clear_normal_holo.png | Bin 0 -> 1003 bytes res/drawable-mdpi/ic_home_all_apps_holo_dark.png | Bin 1647 -> 877 bytes .../ic_launcher_clear_active_holo.png | Bin 0 -> 949 bytes .../ic_launcher_clear_normal_holo.png | Bin 0 -> 802 bytes res/drawable-xhdpi/ic_home_all_apps_holo_dark.png | Bin 5890 -> 1658 bytes .../ic_launcher_clear_active_holo.png | Bin 0 -> 1595 bytes .../ic_launcher_clear_normal_holo.png | Bin 0 -> 1392 bytes res/drawable/delete_target_selector.xml | 24 --------------------- res/drawable/remove_target_selector.xml | 24 +++++++++++++++++++++ res/drawable/uninstall_target_selector.xml | 24 +++++++++++++++++++++ res/layout-land/launcher.xml | 11 +++++----- res/layout-port/launcher.xml | 8 +++---- res/layout/qsb_bar.xml | 2 +- 15 files changed, 58 insertions(+), 35 deletions(-) create mode 100644 res/drawable-hdpi/ic_launcher_clear_active_holo.png create mode 100644 res/drawable-hdpi/ic_launcher_clear_normal_holo.png create mode 100644 res/drawable-mdpi/ic_launcher_clear_active_holo.png create mode 100644 res/drawable-mdpi/ic_launcher_clear_normal_holo.png create mode 100644 res/drawable-xhdpi/ic_launcher_clear_active_holo.png create mode 100644 res/drawable-xhdpi/ic_launcher_clear_normal_holo.png delete mode 100644 res/drawable/delete_target_selector.xml create mode 100644 res/drawable/remove_target_selector.xml create mode 100644 res/drawable/uninstall_target_selector.xml (limited to 'res') diff --git a/res/drawable-hdpi/ic_home_all_apps_holo_dark.png b/res/drawable-hdpi/ic_home_all_apps_holo_dark.png index a0bfc0f90..18a524b1c 100644 Binary files a/res/drawable-hdpi/ic_home_all_apps_holo_dark.png and b/res/drawable-hdpi/ic_home_all_apps_holo_dark.png differ diff --git a/res/drawable-hdpi/ic_launcher_clear_active_holo.png b/res/drawable-hdpi/ic_launcher_clear_active_holo.png new file mode 100644 index 000000000..cdd0052b3 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_clear_active_holo.png differ diff --git a/res/drawable-hdpi/ic_launcher_clear_normal_holo.png b/res/drawable-hdpi/ic_launcher_clear_normal_holo.png new file mode 100644 index 000000000..84549ff94 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_clear_normal_holo.png differ diff --git a/res/drawable-mdpi/ic_home_all_apps_holo_dark.png b/res/drawable-mdpi/ic_home_all_apps_holo_dark.png index ffc302047..23616d457 100644 Binary files a/res/drawable-mdpi/ic_home_all_apps_holo_dark.png and b/res/drawable-mdpi/ic_home_all_apps_holo_dark.png differ diff --git a/res/drawable-mdpi/ic_launcher_clear_active_holo.png b/res/drawable-mdpi/ic_launcher_clear_active_holo.png new file mode 100644 index 000000000..2683beaa3 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher_clear_active_holo.png differ diff --git a/res/drawable-mdpi/ic_launcher_clear_normal_holo.png b/res/drawable-mdpi/ic_launcher_clear_normal_holo.png new file mode 100644 index 000000000..219f3e5cf Binary files /dev/null and b/res/drawable-mdpi/ic_launcher_clear_normal_holo.png differ diff --git a/res/drawable-xhdpi/ic_home_all_apps_holo_dark.png b/res/drawable-xhdpi/ic_home_all_apps_holo_dark.png index 21a51ab6a..dff3e1645 100644 Binary files a/res/drawable-xhdpi/ic_home_all_apps_holo_dark.png and b/res/drawable-xhdpi/ic_home_all_apps_holo_dark.png differ diff --git a/res/drawable-xhdpi/ic_launcher_clear_active_holo.png b/res/drawable-xhdpi/ic_launcher_clear_active_holo.png new file mode 100644 index 000000000..1a7e53ddb Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher_clear_active_holo.png differ diff --git a/res/drawable-xhdpi/ic_launcher_clear_normal_holo.png b/res/drawable-xhdpi/ic_launcher_clear_normal_holo.png new file mode 100644 index 000000000..d4965d9f8 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher_clear_normal_holo.png differ diff --git a/res/drawable/delete_target_selector.xml b/res/drawable/delete_target_selector.xml deleted file mode 100644 index 229942e3a..000000000 --- a/res/drawable/delete_target_selector.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - diff --git a/res/drawable/remove_target_selector.xml b/res/drawable/remove_target_selector.xml new file mode 100644 index 000000000..5e071fbfa --- /dev/null +++ b/res/drawable/remove_target_selector.xml @@ -0,0 +1,24 @@ + + + + + + + diff --git a/res/drawable/uninstall_target_selector.xml b/res/drawable/uninstall_target_selector.xml new file mode 100644 index 000000000..229942e3a --- /dev/null +++ b/res/drawable/uninstall_target_selector.xml @@ -0,0 +1,24 @@ + + + + + + + diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 084b1636a..a74eb14c8 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -66,6 +66,11 @@ + @@ -76,12 +81,6 @@ android:layout_height="match_parent" android:visibility="invisible" /> - - - - + + + android:drawableLeft="@drawable/remove_target_selector" />