summaryrefslogtreecommitdiffstats
path: root/res/drawable-w1024dp-mdpi
diff options
context:
space:
mode:
authorrepo sync <cywang@google.com>2011-07-14 10:09:24 +0800
committerrepo sync <cywang@google.com>2011-07-16 01:51:30 +0800
commit2b1f214ecbd9c0e40edf827620b59ba00777c948 (patch)
tree81aea239a33b34506111f3562a5ccdcb57895347 /res/drawable-w1024dp-mdpi
parent5281216188a75f5a2edd87ef5f7358a956f17e28 (diff)
downloadLegacyCamera-2b1f214ecbd9c0e40edf827620b59ba00777c948.zip
LegacyCamera-2b1f214ecbd9c0e40edf827620b59ba00777c948.tar.gz
LegacyCamera-2b1f214ecbd9c0e40edf827620b59ba00777c948.tar.bz2
Merge the different implementations on CameraSwitch.
+enable the camera/video icon rotation for tablet version. +render disabled effect for tablet only. Change-Id: I2827cb57ac7d8d60efdb6f3172c89db32ac443d4
Diffstat (limited to 'res/drawable-w1024dp-mdpi')
-rw-r--r--res/drawable-w1024dp-mdpi/btn_ic_mode_switch_camera.xml2
-rw-r--r--res/drawable-w1024dp-mdpi/btn_ic_mode_switch_video.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable-w1024dp-mdpi/btn_ic_mode_switch_camera.xml b/res/drawable-w1024dp-mdpi/btn_ic_mode_switch_camera.xml
index e0e4952..5331634 100644
--- a/res/drawable-w1024dp-mdpi/btn_ic_mode_switch_camera.xml
+++ b/res/drawable-w1024dp-mdpi/btn_ic_mode_switch_camera.xml
@@ -15,6 +15,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_checked="true" android:drawable="@drawable/ic_switch_camera_selected_holo_dark" />
+ <item android:state_selected="true" android:drawable="@drawable/ic_switch_camera_selected_holo_dark" />
<item android:drawable="@drawable/ic_switch_camera_holo_dark" />
</selector>
diff --git a/res/drawable-w1024dp-mdpi/btn_ic_mode_switch_video.xml b/res/drawable-w1024dp-mdpi/btn_ic_mode_switch_video.xml
index 018dcfc..c61f2ec 100644
--- a/res/drawable-w1024dp-mdpi/btn_ic_mode_switch_video.xml
+++ b/res/drawable-w1024dp-mdpi/btn_ic_mode_switch_video.xml
@@ -15,6 +15,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_checked="true" android:drawable="@drawable/ic_switch_video_selected_holo_dark" />
+ <item android:state_selected="true" android:drawable="@drawable/ic_switch_video_selected_holo_dark" />
<item android:drawable="@drawable/ic_switch_video_holo_dark" />
</selector>