diff options
author | Hung-ying Tyan <tyanh@google.com> | 2010-12-13 15:05:49 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2010-12-13 15:10:03 +0800 |
commit | 00ea42e26266fe1e746da5eb0b4818272084abb7 (patch) | |
tree | a90b7ef76db93b1b2c28e632900f5d971808b3a1 /res/drawable-mdpi | |
parent | 373d10b91c8e736275a0bc52e247598eec0b3cea (diff) | |
download | LegacyCamera-00ea42e26266fe1e746da5eb0b4818272084abb7.zip LegacyCamera-00ea42e26266fe1e746da5eb0b4818272084abb7.tar.gz LegacyCamera-00ea42e26266fe1e746da5eb0b4818272084abb7.tar.bz2 |
Swap back/front camera control and c/v switcher.
+ Also make switcher horizontal with new UI elements.
+ Add HorizontalSwitcher.java and make it extend Switcher.
Bug: 3252812
Change-Id: If6af88b4904a942fa7ae32de5280e6763cd557e6
Diffstat (limited to 'res/drawable-mdpi')
-rw-r--r-- | res/drawable-mdpi/btn_mode_switch_bg_v2.9.png | bin | 1218 -> 0 bytes |
-rw-r--r-- | res/drawable-mdpi/btn_mode_switch_knob_v2_normal.png | bin | 422 -> 0 bytes |
-rw-r--r-- | res/drawable-mdpi/btn_mode_switch_knob_v2_pressed.png | bin | 399 -> 0 bytes |
-rw-r--r-- | res/drawable-mdpi/ic_switch_camera_pressed_holo_dark.png | bin | 0 -> 1372 bytes |
-rw-r--r-- | res/drawable-mdpi/ic_switch_camera_selected_holo_dark.png | bin | 0 -> 1458 bytes |
-rw-r--r-- | res/drawable-mdpi/ic_switch_video_pressed_holo_dark.png | bin | 0 -> 1231 bytes |
-rw-r--r-- | res/drawable-mdpi/ic_switch_video_selected_holo_dark.png | bin | 0 -> 1258 bytes |
-rw-r--r-- | res/drawable-mdpi/mode_switch_bg_v2.9.png | bin | 903 -> 0 bytes |
-rw-r--r-- | res/drawable-mdpi/toggle_switch_bg_holo_dark.9.png | bin | 0 -> 333 bytes |
-rw-r--r-- | res/drawable-mdpi/toggle_switch_control_holo_dark.png | bin | 0 -> 371 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-mdpi/btn_mode_switch_bg_v2.9.png b/res/drawable-mdpi/btn_mode_switch_bg_v2.9.png Binary files differdeleted file mode 100644 index 5396f14..0000000 --- a/res/drawable-mdpi/btn_mode_switch_bg_v2.9.png +++ /dev/null diff --git a/res/drawable-mdpi/btn_mode_switch_knob_v2_normal.png b/res/drawable-mdpi/btn_mode_switch_knob_v2_normal.png Binary files differdeleted file mode 100644 index 7737fb3..0000000 --- a/res/drawable-mdpi/btn_mode_switch_knob_v2_normal.png +++ /dev/null diff --git a/res/drawable-mdpi/btn_mode_switch_knob_v2_pressed.png b/res/drawable-mdpi/btn_mode_switch_knob_v2_pressed.png Binary files differdeleted file mode 100644 index fc431b5..0000000 --- a/res/drawable-mdpi/btn_mode_switch_knob_v2_pressed.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_switch_camera_pressed_holo_dark.png b/res/drawable-mdpi/ic_switch_camera_pressed_holo_dark.png Binary files differnew file mode 100644 index 0000000..ea65d20 --- /dev/null +++ b/res/drawable-mdpi/ic_switch_camera_pressed_holo_dark.png diff --git a/res/drawable-mdpi/ic_switch_camera_selected_holo_dark.png b/res/drawable-mdpi/ic_switch_camera_selected_holo_dark.png Binary files differnew file mode 100644 index 0000000..d36b348 --- /dev/null +++ b/res/drawable-mdpi/ic_switch_camera_selected_holo_dark.png diff --git a/res/drawable-mdpi/ic_switch_video_pressed_holo_dark.png b/res/drawable-mdpi/ic_switch_video_pressed_holo_dark.png Binary files differnew file mode 100644 index 0000000..00cc943 --- /dev/null +++ b/res/drawable-mdpi/ic_switch_video_pressed_holo_dark.png diff --git a/res/drawable-mdpi/ic_switch_video_selected_holo_dark.png b/res/drawable-mdpi/ic_switch_video_selected_holo_dark.png Binary files differnew file mode 100644 index 0000000..57fd905 --- /dev/null +++ b/res/drawable-mdpi/ic_switch_video_selected_holo_dark.png diff --git a/res/drawable-mdpi/mode_switch_bg_v2.9.png b/res/drawable-mdpi/mode_switch_bg_v2.9.png Binary files differdeleted file mode 100644 index a27c935..0000000 --- a/res/drawable-mdpi/mode_switch_bg_v2.9.png +++ /dev/null diff --git a/res/drawable-mdpi/toggle_switch_bg_holo_dark.9.png b/res/drawable-mdpi/toggle_switch_bg_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..908114a --- /dev/null +++ b/res/drawable-mdpi/toggle_switch_bg_holo_dark.9.png diff --git a/res/drawable-mdpi/toggle_switch_control_holo_dark.png b/res/drawable-mdpi/toggle_switch_control_holo_dark.png Binary files differnew file mode 100644 index 0000000..c1f75f5 --- /dev/null +++ b/res/drawable-mdpi/toggle_switch_control_holo_dark.png |