OSDN Git Service

Make cryptkeeper background dark black
authorPaul Lawrence <paullawrence@google.com>
Fri, 16 Jan 2015 19:43:07 +0000 (11:43 -0800)
committerPaul Lawrence <paullawrence@google.com>
Fri, 16 Jan 2015 21:16:10 +0000 (13:16 -0800)
Bug: 18331607
Change-Id: Ia6ab86efa49753cd180b60c5cbcdbe8f274ab5e7

res/values/themes.xml

index 18cc40e..4fa0c9f 100644 (file)
         <item name="android:windowTranslucentStatus">false</item>
         <item name="android:windowTranslucentNavigation">false</item>
         <item name="android:windowDrawsSystemBarBackgrounds">false</item>
+        <item name="android:background">@android:color/black</item>
 
         <!-- LockPatternView colors -->
         <item name="@*android:regularColor">@color/unlock_pattern_view_regular_color</item>