diff options
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> |