diff options
author | Chung-yih Wang <cywang@google.com> | 2011-09-21 11:56:31 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-09-22 02:10:08 +0800 |
commit | 606093cd434a89f5ca941d3a6d6e8470eb768c67 (patch) | |
tree | 0fee2c946b1693aff799d950c7d81f0e26e3c056 /res/drawable-hdpi | |
parent | 9e9aff5145a9c3e1e4e99fbd779cd3b9b3c20848 (diff) | |
download | LegacyCamera-606093cd434a89f5ca941d3a6d6e8470eb768c67.zip LegacyCamera-606093cd434a89f5ca941d3a6d6e8470eb768c67.tar.gz LegacyCamera-606093cd434a89f5ca941d3a6d6e8470eb768c67.tar.bz2 |
Fix the zoom control bar UI on phone.
+use drawable selector to activate/deactivate the zoom control bar
+update/add zoom assets
Change-Id: Ie429dd0d78c562c8d1045280f336ae74ea6ce898
Diffstat (limited to 'res/drawable-hdpi')
-rw-r--r-- | res/drawable-hdpi/ic_zoom_big.9.png | bin | 206 -> 135 bytes |
-rw-r--r-- | res/drawable-hdpi/ic_zoom_big_dark.9.png | bin | 0 -> 170 bytes |
-rw-r--r-- | res/drawable-hdpi/ic_zoom_in_holo_dark.png | bin | 0 -> 515 bytes |
-rw-r--r-- | res/drawable-hdpi/ic_zoom_in_holo_light.png | bin | 515 -> 215 bytes |
-rw-r--r-- | res/drawable-hdpi/ic_zoom_out_holo_dark.png | bin | 0 -> 379 bytes |
-rw-r--r-- | res/drawable-hdpi/ic_zoom_out_holo_light.png | bin | 379 -> 184 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_zoom_big.9.png b/res/drawable-hdpi/ic_zoom_big.9.png Binary files differindex cc40dec..8e6380e 100644 --- a/res/drawable-hdpi/ic_zoom_big.9.png +++ b/res/drawable-hdpi/ic_zoom_big.9.png diff --git a/res/drawable-hdpi/ic_zoom_big_dark.9.png b/res/drawable-hdpi/ic_zoom_big_dark.9.png Binary files differnew file mode 100644 index 0000000..340254b --- /dev/null +++ b/res/drawable-hdpi/ic_zoom_big_dark.9.png diff --git a/res/drawable-hdpi/ic_zoom_in_holo_dark.png b/res/drawable-hdpi/ic_zoom_in_holo_dark.png Binary files differnew file mode 100644 index 0000000..89b5f15 --- /dev/null +++ b/res/drawable-hdpi/ic_zoom_in_holo_dark.png diff --git a/res/drawable-hdpi/ic_zoom_in_holo_light.png b/res/drawable-hdpi/ic_zoom_in_holo_light.png Binary files differindex 89b5f15..b96da3b 100644 --- a/res/drawable-hdpi/ic_zoom_in_holo_light.png +++ b/res/drawable-hdpi/ic_zoom_in_holo_light.png diff --git a/res/drawable-hdpi/ic_zoom_out_holo_dark.png b/res/drawable-hdpi/ic_zoom_out_holo_dark.png Binary files differnew file mode 100644 index 0000000..f4a2589 --- /dev/null +++ b/res/drawable-hdpi/ic_zoom_out_holo_dark.png diff --git a/res/drawable-hdpi/ic_zoom_out_holo_light.png b/res/drawable-hdpi/ic_zoom_out_holo_light.png Binary files differindex f4a2589..2f6a7b5 100644 --- a/res/drawable-hdpi/ic_zoom_out_holo_light.png +++ b/res/drawable-hdpi/ic_zoom_out_holo_light.png |