summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2014-02-13 09:35:56 -0800
committerAlan Newberger <alann@google.com>2014-02-13 09:35:56 -0800
commit653be9be1f66ad6d14b2c45e6283c68aeb3216a1 (patch)
tree9de859550c6cd6e9af07d6879c8149d305f19627 /res
parent12c9e155a1070d026a9e69f1706c4acd289d9eec (diff)
downloadandroid_packages_apps_Camera2-653be9be1f66ad6d14b2c45e6283c68aeb3216a1.tar.gz
android_packages_apps_Camera2-653be9be1f66ad6d14b2c45e6283c68aeb3216a1.tar.bz2
android_packages_apps_Camera2-653be9be1f66ad6d14b2c45e6283c68aeb3216a1.zip
migrate secure cover to neutral background
screen covers were migrated to use a neutral background, but the static lockscreen cover was not updated. fixing here. Bug: 12954790 Change-Id: I352925959307d2622fce5d1af8374ff8a9e2bb27
Diffstat (limited to 'res')
-rw-r--r--res/layout/keyguard_widget.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/keyguard_widget.xml b/res/layout/keyguard_widget.xml
index 4a6f62d62..b20793c98 100644
--- a/res/layout/keyguard_widget.xml
+++ b/res/layout/keyguard_widget.xml
@@ -17,7 +17,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/camera_mode_color" >
+ android:background="@color/mode_cover_default_color" >
<ImageView
android:layout_gravity="center"