From f23e0f632faf7fc19f5e2f727d8fe30fd9d6e1c6 Mon Sep 17 00:00:00 2001 From: Justin Ho Date: Thu, 11 Aug 2011 07:45:00 -0700 Subject: Updated scrubber_control assets, adding pressed state Bug: 5076695 Change-Id: Ie34b1ccb2c0e9d1ba7c6c5af64719f87cb270edd --- .../drawable-hdpi/scrubber_control_disabled_holo.png | Bin 943 -> 424 bytes core/res/res/drawable-hdpi/scrubber_control_holo.png | Bin 1168 -> 468 bytes .../drawable-hdpi/scrubber_control_pressed_holo.png | Bin 0 -> 1819 bytes .../drawable-mdpi/scrubber_control_disabled_holo.png | Bin 2800 -> 387 bytes core/res/res/drawable-mdpi/scrubber_control_holo.png | Bin 2949 -> 420 bytes .../drawable-mdpi/scrubber_control_pressed_holo.png | Bin 0 -> 1312 bytes .../drawable-xhdpi/scrubber_control_disabled_holo.png | Bin 1279 -> 498 bytes core/res/res/drawable-xhdpi/scrubber_control_holo.png | Bin 1559 -> 586 bytes .../drawable-xhdpi/scrubber_control_pressed_holo.png | Bin 0 -> 2672 bytes .../res/drawable/scrubber_control_selector_holo.xml | 1 + 10 files changed, 1 insertion(+) create mode 100644 core/res/res/drawable-hdpi/scrubber_control_pressed_holo.png create mode 100644 core/res/res/drawable-mdpi/scrubber_control_pressed_holo.png create mode 100644 core/res/res/drawable-xhdpi/scrubber_control_pressed_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 822da81..a231195 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_holo.png b/core/res/res/drawable-hdpi/scrubber_control_holo.png index 9957851..fae05e5 100644 Binary files a/core/res/res/drawable-hdpi/scrubber_control_holo.png and b/core/res/res/drawable-hdpi/scrubber_control_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 new file mode 100644 index 0000000..ff4d710 Binary files /dev/null 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 66dc001..9d7b77c 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_holo.png b/core/res/res/drawable-mdpi/scrubber_control_holo.png index 6e0e85a..832fa07 100644 Binary files a/core/res/res/drawable-mdpi/scrubber_control_holo.png and b/core/res/res/drawable-mdpi/scrubber_control_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 new file mode 100644 index 0000000..4a518f2 Binary files /dev/null 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 c3b9bb4..0b0bf24 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_holo.png b/core/res/res/drawable-xhdpi/scrubber_control_holo.png index f72e48c..45060cb 100644 Binary files a/core/res/res/drawable-xhdpi/scrubber_control_holo.png and b/core/res/res/drawable-xhdpi/scrubber_control_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 new file mode 100644 index 0000000..d1fe115 Binary files /dev/null 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 c7b8854..d146eee 100644 --- a/core/res/res/drawable/scrubber_control_selector_holo.xml +++ b/core/res/res/drawable/scrubber_control_selector_holo.xml @@ -15,6 +15,7 @@ --> + -- cgit v1.1