From 90576b5f095371e1ba4fedcb775f43715adf9634 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Tue, 27 Sep 2011 17:45:27 -0700 Subject: Fixing some small issues. - Adding All Apps pressed state (5375824) - Ensuring the drop targets are single line (5375563) - Adding some checks in kb focus logic to appease some frantic monkeys (4508638) - Removing some unused assets Change-Id: I46702ee25c638849c716f0d8428f68c2b06c1c2e --- res/drawable-xhdpi/apps_hotseat_button.png | Bin 11217 -> 0 bytes res/drawable-xhdpi/ic_allapps_pressed.png | Bin 0 -> 12548 bytes res/drawable-xhdpi/ic_launcher_appwidget.png | Bin 11507 -> 0 bytes res/drawable-xhdpi/pressed_application_background.9.png | Bin 2811 -> 0 bytes res/drawable-xhdpi/preview_bg.9.png | Bin 2989 -> 0 bytes res/drawable-xhdpi/preview_bg_focus.9.png | Bin 3650 -> 0 bytes res/drawable-xhdpi/preview_bg_press.9.png | Bin 3640 -> 0 bytes 7 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 res/drawable-xhdpi/apps_hotseat_button.png create mode 100644 res/drawable-xhdpi/ic_allapps_pressed.png delete mode 100644 res/drawable-xhdpi/ic_launcher_appwidget.png delete mode 100644 res/drawable-xhdpi/pressed_application_background.9.png delete mode 100644 res/drawable-xhdpi/preview_bg.9.png delete mode 100644 res/drawable-xhdpi/preview_bg_focus.9.png delete mode 100644 res/drawable-xhdpi/preview_bg_press.9.png (limited to 'res/drawable-xhdpi') diff --git a/res/drawable-xhdpi/apps_hotseat_button.png b/res/drawable-xhdpi/apps_hotseat_button.png deleted file mode 100644 index 932dac7c9..000000000 Binary files a/res/drawable-xhdpi/apps_hotseat_button.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_allapps_pressed.png b/res/drawable-xhdpi/ic_allapps_pressed.png new file mode 100644 index 000000000..72ff3b974 Binary files /dev/null and b/res/drawable-xhdpi/ic_allapps_pressed.png differ diff --git a/res/drawable-xhdpi/ic_launcher_appwidget.png b/res/drawable-xhdpi/ic_launcher_appwidget.png deleted file mode 100644 index 997504abe..000000000 Binary files a/res/drawable-xhdpi/ic_launcher_appwidget.png and /dev/null differ diff --git a/res/drawable-xhdpi/pressed_application_background.9.png b/res/drawable-xhdpi/pressed_application_background.9.png deleted file mode 100644 index 05e240a9e..000000000 Binary files a/res/drawable-xhdpi/pressed_application_background.9.png and /dev/null differ diff --git a/res/drawable-xhdpi/preview_bg.9.png b/res/drawable-xhdpi/preview_bg.9.png deleted file mode 100644 index 11cbcb5a2..000000000 Binary files a/res/drawable-xhdpi/preview_bg.9.png and /dev/null differ diff --git a/res/drawable-xhdpi/preview_bg_focus.9.png b/res/drawable-xhdpi/preview_bg_focus.9.png deleted file mode 100644 index 698c465e3..000000000 Binary files a/res/drawable-xhdpi/preview_bg_focus.9.png and /dev/null differ diff --git a/res/drawable-xhdpi/preview_bg_press.9.png b/res/drawable-xhdpi/preview_bg_press.9.png deleted file mode 100644 index 78e751099..000000000 Binary files a/res/drawable-xhdpi/preview_bg_press.9.png and /dev/null differ -- cgit v1.2.3