Make cryptkeeper background dark black

Bug: 18331607
Change-Id: Ia6ab86efa49753cd180b60c5cbcdbe8f274ab5e7
This commit is contained in:
Paul Lawrence
2015-01-16 11:43:07 -08:00
parent d300f3f3a4
commit 8e53d7ff08

View File

@@ -188,6 +188,7 @@
<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>