diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-06-02 17:14:11 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2014-06-02 17:14:11 -0700 |
commit | e89aecdd0fb19d73c18ce3fe14f6591ddbe85aee (patch) | |
tree | 2fdc31914cc6ec33e75a141e89084ef313f7e8dc /res/values/styles.xml | |
parent | e9cb75c636234e44c94b38a877f3c60091d907dc (diff) | |
download | packages_apps_Settings-e89aecdd0fb19d73c18ce3fe14f6591ddbe85aee.zip packages_apps_Settings-e89aecdd0fb19d73c18ce3fe14f6591ddbe85aee.tar.gz packages_apps_Settings-e89aecdd0fb19d73c18ce3fe14f6591ddbe85aee.tar.bz2 |
Setting Dashboard - padding updates
- following UX design for N5 device
See bug #15384992
Change-Id: Id548ae0937b1aa9b7a9e1ae5c6a6b8299ff51eb6
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 568297f..2c82662 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -264,4 +264,14 @@ <style name="TextAppearance.Switch" parent="TextAppearance.Medium"> </style> + <style name="TextAppearance.CategoryTitle" parent="@android:style/TextAppearance.Quantum.Small"> + <item name="android:textColor">#FF009688</item> + </style> + + <style name="TextAppearance.TileTitle" parent="@android:style/TextAppearance.Quantum.Medium"> + </style> + + <style name="TextAppearance.TileSubTitle" parent="@android:style/TextAppearance.Quantum.Small"> + </style> + </resources> |