summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2015-06-11 18:59:54 -0700
committerSelim Cinek <cinek@google.com>2015-06-11 19:02:26 -0700
commitec8500438cf897098ff4a22d81de34f4214f44d8 (patch)
tree75221a44dc77e7048496520c1d2b28dcf41a3735 /res/values/styles.xml
parent7e38eea8170249ca13c54748d6ba4c615528cad6 (diff)
downloadpackages_apps_Settings-ec8500438cf897098ff4a22d81de34f4214f44d8.zip
packages_apps_Settings-ec8500438cf897098ff4a22d81de34f4214f44d8.tar.gz
packages_apps_Settings-ec8500438cf897098ff4a22d81de34f4214f44d8.tar.bz2
Added an introduction to the fingerprint enrollment
Bug: 21468315 Change-Id: Ieb691b0e321f44b9bae2f4f8dfd458c24b98a8d9
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 5e9d870..7a7cbd3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -304,6 +304,11 @@
<item name="android:textColor">?android:attr/colorAccent</item>
</style>
+ <style name="TextAppearance.FingerprintLink"
+ parent="TextAppearance.FingerprintMessage">
+ <item name="android:textColor">?android:attr/colorAccent</item>
+ </style>
+
<style name="TextAppearance.FingerprintErrorText"
parent="android:TextAppearance.Material.Caption">
<item name="android:textColor">@color/warning</item>