summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2013-10-13 17:02:03 -0700
committerAlan Newberger <alann@google.com>2013-10-13 17:02:03 -0700
commit28019abc86de3d96a32595e69f6c549353b2c4ec (patch)
tree74a7841f276a0fd277f7aa245da0c9c161e2e5d5 /res/layout
parent704530edd94ba9b5990a247d4156ec18bf6ea0eb (diff)
downloadandroid_packages_apps_Snap-28019abc86de3d96a32595e69f6c549353b2c4ec.tar.gz
android_packages_apps_Snap-28019abc86de3d96a32595e69f6c549353b2c4ec.tar.bz2
android_packages_apps_Snap-28019abc86de3d96a32595e69f6c549353b2c4ec.zip
Change keyguard camera layout to show no menu options in indicator
There are situations where the user selected options e.g. hdr+ are the initial indicators to the camera, so showing autoflash on the fake layout seems janky. additionally I sometimes see camera showing its own default clean circle indicator layout prior to switching to whatever indicators are active. For both these reasons it seems better to start secure camera from lockscreen with an empty circle indicator. I tried this CL out on my device and can confirm it feels less janky. Bug: 11206325 Change-Id: Ia694a21e5c86f9e12a339679aa30f4b21f1fa23b
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/menu_indicators_keyguard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/menu_indicators_keyguard.xml b/res/layout/menu_indicators_keyguard.xml
index 7a8795d23..f3631f67e 100644
--- a/res/layout/menu_indicators_keyguard.xml
+++ b/res/layout/menu_indicators_keyguard.xml
@@ -34,7 +34,7 @@
android:id="@+id/menu_flash_indicator"
style="@style/MenuIndicator"
android:layout_gravity="right|top"
- android:src="@drawable/ic_indicator_flash_auto" />
+ android:src="@drawable/ic_indicator_flash_off" />
<ImageView
android:id="@+id/menu_exposure_indicator"
@@ -54,4 +54,4 @@
android:layout_gravity="right|bottom"
android:src="@drawable/ic_indicator_wb_off" />
-</FrameLayout> \ No newline at end of file
+</FrameLayout>