From 653be9be1f66ad6d14b2c45e6283c68aeb3216a1 Mon Sep 17 00:00:00 2001 From: Alan Newberger Date: Thu, 13 Feb 2014 09:35:56 -0800 Subject: [PATCH] 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 --- res/layout/keyguard_widget.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" >