From a11aeeb36560959db321f9757d4c5eccfdfa7f63 Mon Sep 17 00:00:00 2001 From: Justin Ho Date: Fri, 16 Sep 2011 12:59:05 -0700 Subject: Adding selected state for scrubber control Change-Id: I63147c80f7849d28ffe15d97e0b7e3f5c7bea5e1 --- .../drawable-hdpi/scrubber_control_disabled_holo.png | Bin 424 -> 851 bytes .../drawable-hdpi/scrubber_control_focused_holo.png | Bin 0 -> 1429 bytes core/res/res/drawable-hdpi/scrubber_control_holo.png | Bin 468 -> 0 bytes .../drawable-hdpi/scrubber_control_normal_holo.png | Bin 0 -> 1113 bytes .../drawable-hdpi/scrubber_control_pressed_holo.png | Bin 1819 -> 1759 bytes .../drawable-mdpi/scrubber_control_disabled_holo.png | Bin 387 -> 650 bytes .../drawable-mdpi/scrubber_control_focused_holo.png | Bin 0 -> 993 bytes core/res/res/drawable-mdpi/scrubber_control_holo.png | Bin 420 -> 0 bytes .../drawable-mdpi/scrubber_control_normal_holo.png | Bin 0 -> 822 bytes .../drawable-mdpi/scrubber_control_pressed_holo.png | Bin 1312 -> 1241 bytes .../drawable-xhdpi/scrubber_control_disabled_holo.png | Bin 498 -> 1162 bytes .../drawable-xhdpi/scrubber_control_focused_holo.png | Bin 0 -> 2123 bytes core/res/res/drawable-xhdpi/scrubber_control_holo.png | Bin 586 -> 0 bytes .../drawable-xhdpi/scrubber_control_normal_holo.png | Bin 0 -> 1539 bytes .../drawable-xhdpi/scrubber_control_pressed_holo.png | Bin 2672 -> 2679 bytes .../res/drawable/scrubber_control_selector_holo.xml | 7 ++++--- 16 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 core/res/res/drawable-hdpi/scrubber_control_focused_holo.png delete mode 100644 core/res/res/drawable-hdpi/scrubber_control_holo.png create mode 100644 core/res/res/drawable-hdpi/scrubber_control_normal_holo.png create mode 100644 core/res/res/drawable-mdpi/scrubber_control_focused_holo.png delete mode 100644 core/res/res/drawable-mdpi/scrubber_control_holo.png create mode 100644 core/res/res/drawable-mdpi/scrubber_control_normal_holo.png create mode 100644 core/res/res/drawable-xhdpi/scrubber_control_focused_holo.png delete mode 100644 core/res/res/drawable-xhdpi/scrubber_control_holo.png create mode 100644 core/res/res/drawable-xhdpi/scrubber_control_normal_holo.png (limited to 'core') diff --git a/core/res/res/drawable-hdpi/scrubber_control_disabled_holo.png b/core/res/res/drawable-hdpi/scrubber_control_disabled_holo.png index a231195..e0f55bf 100644 Binary files a/core/res/res/drawable-hdpi/scrubber_control_disabled_holo.png and b/core/res/res/drawable-hdpi/scrubber_control_disabled_holo.png differ diff --git a/core/res/res/drawable-hdpi/scrubber_control_focused_holo.png b/core/res/res/drawable-hdpi/scrubber_control_focused_holo.png new file mode 100644 index 0000000..7b264f1 Binary files /dev/null and b/core/res/res/drawable-hdpi/scrubber_control_focused_holo.png differ diff --git a/core/res/res/drawable-hdpi/scrubber_control_holo.png b/core/res/res/drawable-hdpi/scrubber_control_holo.png deleted file mode 100644 index fae05e5..0000000 Binary files a/core/res/res/drawable-hdpi/scrubber_control_holo.png and /dev/null differ diff --git a/core/res/res/drawable-hdpi/scrubber_control_normal_holo.png b/core/res/res/drawable-hdpi/scrubber_control_normal_holo.png new file mode 100644 index 0000000..c3a5f7d Binary files /dev/null and b/core/res/res/drawable-hdpi/scrubber_control_normal_holo.png differ diff --git a/core/res/res/drawable-hdpi/scrubber_control_pressed_holo.png b/core/res/res/drawable-hdpi/scrubber_control_pressed_holo.png index ff4d710..6fa4e00 100644 Binary files a/core/res/res/drawable-hdpi/scrubber_control_pressed_holo.png and b/core/res/res/drawable-hdpi/scrubber_control_pressed_holo.png differ diff --git a/core/res/res/drawable-mdpi/scrubber_control_disabled_holo.png b/core/res/res/drawable-mdpi/scrubber_control_disabled_holo.png index 9d7b77c..a035f6f 100644 Binary files a/core/res/res/drawable-mdpi/scrubber_control_disabled_holo.png and b/core/res/res/drawable-mdpi/scrubber_control_disabled_holo.png differ diff --git a/core/res/res/drawable-mdpi/scrubber_control_focused_holo.png b/core/res/res/drawable-mdpi/scrubber_control_focused_holo.png new file mode 100644 index 0000000..5c9720f Binary files /dev/null and b/core/res/res/drawable-mdpi/scrubber_control_focused_holo.png differ diff --git a/core/res/res/drawable-mdpi/scrubber_control_holo.png b/core/res/res/drawable-mdpi/scrubber_control_holo.png deleted file mode 100644 index 832fa07..0000000 Binary files a/core/res/res/drawable-mdpi/scrubber_control_holo.png and /dev/null differ diff --git a/core/res/res/drawable-mdpi/scrubber_control_normal_holo.png b/core/res/res/drawable-mdpi/scrubber_control_normal_holo.png new file mode 100644 index 0000000..2497716 Binary files /dev/null and b/core/res/res/drawable-mdpi/scrubber_control_normal_holo.png differ diff --git a/core/res/res/drawable-mdpi/scrubber_control_pressed_holo.png b/core/res/res/drawable-mdpi/scrubber_control_pressed_holo.png index 4a518f2..5fc3ca2 100644 Binary files a/core/res/res/drawable-mdpi/scrubber_control_pressed_holo.png and b/core/res/res/drawable-mdpi/scrubber_control_pressed_holo.png differ diff --git a/core/res/res/drawable-xhdpi/scrubber_control_disabled_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_disabled_holo.png index 0b0bf24..d70151a 100644 Binary files a/core/res/res/drawable-xhdpi/scrubber_control_disabled_holo.png and b/core/res/res/drawable-xhdpi/scrubber_control_disabled_holo.png differ diff --git a/core/res/res/drawable-xhdpi/scrubber_control_focused_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_focused_holo.png new file mode 100644 index 0000000..017688f Binary files /dev/null and b/core/res/res/drawable-xhdpi/scrubber_control_focused_holo.png differ diff --git a/core/res/res/drawable-xhdpi/scrubber_control_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_holo.png deleted file mode 100644 index 45060cb..0000000 Binary files a/core/res/res/drawable-xhdpi/scrubber_control_holo.png and /dev/null differ diff --git a/core/res/res/drawable-xhdpi/scrubber_control_normal_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_normal_holo.png new file mode 100644 index 0000000..727fcf1 Binary files /dev/null and b/core/res/res/drawable-xhdpi/scrubber_control_normal_holo.png differ diff --git a/core/res/res/drawable-xhdpi/scrubber_control_pressed_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_pressed_holo.png index d1fe115..6d03e42 100644 Binary files a/core/res/res/drawable-xhdpi/scrubber_control_pressed_holo.png and b/core/res/res/drawable-xhdpi/scrubber_control_pressed_holo.png differ diff --git a/core/res/res/drawable/scrubber_control_selector_holo.xml b/core/res/res/drawable/scrubber_control_selector_holo.xml index d146eee..0734da6 100644 --- a/core/res/res/drawable/scrubber_control_selector_holo.xml +++ b/core/res/res/drawable/scrubber_control_selector_holo.xml @@ -15,7 +15,8 @@ --> - - - + + + + -- cgit v1.1