From eb1f0c8299d96bad9bb449ff9e13eff4b43272cc Mon Sep 17 00:00:00 2001 From: Hung-ying Tyan Date: Thu, 18 Nov 2010 17:59:58 +0800 Subject: Highlight camera/video icon when mode is changed. + Make camera/video icons on switcher radio buttons instead of RotateImageView for x-large devices. + Add icons for camera and video on different states (normal and checked) for x-large devices. + Add SwitcherSet.java that consists of the radio buttons and the Switcher and replace the camera_switch_set linear layout with it. + Replace Switcher with SwitcherSet in Camera and VideoCamera. Bug: 3156677 Change-Id: I1ea7b4d4149d0a8dc548086150a9ae1a616cd8de --- res/drawable/btn_ic_mode_switch_camera.xml | 20 ++++++++++++++++++++ res/drawable/btn_ic_mode_switch_video.xml | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 res/drawable/btn_ic_mode_switch_camera.xml create mode 100644 res/drawable/btn_ic_mode_switch_video.xml (limited to 'res/drawable') diff --git a/res/drawable/btn_ic_mode_switch_camera.xml b/res/drawable/btn_ic_mode_switch_camera.xml new file mode 100644 index 0000000..adbd879 --- /dev/null +++ b/res/drawable/btn_ic_mode_switch_camera.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/res/drawable/btn_ic_mode_switch_video.xml b/res/drawable/btn_ic_mode_switch_video.xml new file mode 100644 index 0000000..00f989d --- /dev/null +++ b/res/drawable/btn_ic_mode_switch_video.xml @@ -0,0 +1,20 @@ + + + + + + + -- cgit v1.1