summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-03-31 16:52:06 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-03-31 17:36:52 -0700
commit0e1d4b0d1af88a119872bcdadfb30502b8ea7713 (patch)
tree8cc8e096a95c708a73d57e97e0371b47f9bb5088 /res/values
parent23f5447b02c9363cacd8bfa6557164ceb7dc83c0 (diff)
downloadpackages_apps_Settings-0e1d4b0d1af88a119872bcdadfb30502b8ea7713.zip
packages_apps_Settings-0e1d4b0d1af88a119872bcdadfb30502b8ea7713.tar.gz
packages_apps_Settings-0e1d4b0d1af88a119872bcdadfb30502b8ea7713.tar.bz2
Fix bug #13727850 Input values are not visible when setting up the lockscreen...
...security(PIN/Passwor/Pattern). - remove hardcoded colors... - define a text appearance style for the password / pin Change-Id: I425a2daa016cb782f18de320b5696d076f576600
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 3416b2c..ada9868 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -75,6 +75,13 @@
<item name="android:textStyle">normal</item>
</style>
+ <style name="TextAppearance.PasswordEntry" parent="android:TextAppearance">
+ <item name="android:gravity">center</item>
+ <item name="android:singleLine">true</item>
+ <item name="android:textStyle">bold</item>
+ <item name="android:textColor">?android:attr/textColorPrimary</item>
+ </style>
+
<style name="TallTitleBarTheme" parent="android:Theme.NoTitleBar">
<item name="android:windowContentOverlay">@null</item>
</style>