summaryrefslogtreecommitdiffstats
path: root/res/layout/menu_indicators.xml
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2013-05-06 12:41:34 -0700
committerMichael Kolb <kolby@google.com>2013-05-06 12:43:16 -0700
commit055305005cf90a25437cc0f88e4087633e7d529f (patch)
tree121d92590c35777d15e79111abdd786b5cecf3df /res/layout/menu_indicators.xml
parent5650f420ff94d0d91c30d7f2d528028a412fe1dd (diff)
downloadandroid_packages_apps_Snap-055305005cf90a25437cc0f88e4087633e7d529f.tar.gz
android_packages_apps_Snap-055305005cf90a25437cc0f88e4087633e7d529f.tar.bz2
android_packages_apps_Snap-055305005cf90a25437cc0f88e4087633e7d529f.zip
Fix lockscreen camera widget layout
Bug: 8832891 Change-Id: I4658de74e7cc9d4ba80a561b3e71ae6339d4f236
Diffstat (limited to 'res/layout/menu_indicators.xml')
-rw-r--r--res/layout/menu_indicators.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/menu_indicators.xml b/res/layout/menu_indicators.xml
index da81e8a11..037700349 100644
--- a/res/layout/menu_indicators.xml
+++ b/res/layout/menu_indicators.xml
@@ -46,7 +46,7 @@
android:id="@+id/menu_location_indicator"
style="@style/MenuIndicator"
android:layout_gravity="center_horizontal|bottom"
- android:src="@drawable/ic_indicator_loc_off" />
+ android:src="@drawable/ic_indicator_loc_on" />
<ImageView
android:id="@+id/menu_wb_indicator"