OSDN Git Service

migrate secure cover to neutral background
authorAlan Newberger <alann@google.com>
Thu, 13 Feb 2014 17:35:56 +0000 (09:35 -0800)
committerAlan Newberger <alann@google.com>
Thu, 13 Feb 2014 17:35:56 +0000 (09:35 -0800)
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

index 4a6f62d..b20793c 100644 (file)
@@ -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"