summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-10-05 18:13:06 -0700
committerOwen Lin <owenlin@google.com>2009-10-06 17:02:03 -0700
commit12f4b9a20982fa31806385d8e76f1d6da8320739 (patch)
treeaaeab631bca7a0cde9530708085cd56e3bffcfda /res/layout
parent28f3595372cfbff1a2e5e83bf59d8dff76e14215 (diff)
downloadLegacyCamera-12f4b9a20982fa31806385d8e76f1d6da8320739.zip
LegacyCamera-12f4b9a20982fa31806385d8e76f1d6da8320739.tar.gz
LegacyCamera-12f4b9a20982fa31806385d8e76f1d6da8320739.tar.bz2
Show flash-off indicator on the view-finder.
For those devices without flash support, we will use a new mode: NO_FLASH_MODE and show no indicator on the view finder.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/camera.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/camera.xml b/res/layout/camera.xml
index 8984a0c..b9530e6 100644
--- a/res/layout/camera.xml
+++ b/res/layout/camera.xml
@@ -80,7 +80,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/flash_icon"
- camera:modes="@array/pref_camera_flashmode_entryvalues"
+ camera:modes="@array/flash_modes"
camera:icons="@array/flash_icons"
android:visibility="visible"/>
</com.android.camera.EvenlySpacedLayout>