summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2015-01-16 21:31:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-01-16 21:31:05 +0000
commit792da778f336bac8775c5eefc12c7c125914eba8 (patch)
treea36307776fba88e5b00b9d547ca9b07194d4ae31 /res
parentb0afc2a0dc6c94e6e9b0995b7a35c662bba3a51f (diff)
parent8e53d7ff089f97f45363650ca5cbc163fcbaa5e8 (diff)
downloadpackages_apps_Settings-792da778f336bac8775c5eefc12c7c125914eba8.zip
packages_apps_Settings-792da778f336bac8775c5eefc12c7c125914eba8.tar.gz
packages_apps_Settings-792da778f336bac8775c5eefc12c7c125914eba8.tar.bz2
Merge "Make cryptkeeper background dark black"
Diffstat (limited to 'res')
-rw-r--r--res/values/themes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 18cc40e..4fa0c9f 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -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>