summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2009-12-08 12:47:21 +0800
committerWu-cheng Li <wuchengli@google.com>2009-12-08 14:49:06 +0800
commitda3e9964a4a82a942d7f450e7c89904f5c5aa03f (patch)
treea358de66e4bb5d0b8615caf6c4b949254d7b0c65 /res/layout
parentff58fb6921ccb7398ad30c8cec604c38c76be4fc (diff)
downloadLegacyCamera-da3e9964a4a82a942d7f450e7c89904f5c5aa03f.zip
LegacyCamera-da3e9964a4a82a942d7f450e7c89904f5c5aa03f.tar.gz
LegacyCamera-da3e9964a4a82a942d7f450e7c89904f5c5aa03f.tar.bz2
Add flash light setting in video camera.
http://b/2118298
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/video_camera.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/video_camera.xml b/res/layout/video_camera.xml
index b6717d8..85f7f07 100644
--- a/res/layout/video_camera.xml
+++ b/res/layout/video_camera.xml
@@ -72,6 +72,11 @@
android:layout_height="wrap_content">
<com.android.camera.IconIndicator
style="@style/IconIndicator"
+ android:id="@+id/flash_icon"
+ camera:modes="@array/flash_modes"
+ camera:icons="@array/flash_icons"/>
+ <com.android.camera.IconIndicator
+ style="@style/IconIndicator"
android:id="@+id/whitebalance_icon"
camera:modes="@array/pref_camera_whitebalance_entryvalues"
camera:icons="@array/whitebalance_icons"/>