aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-17 23:09:06 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-17 23:09:06 +0100
commit3beede4d1d334ee34f83d4a67b0b040195961809 (patch)
tree08a5dace5e0a3b00fe8b3af450afc13193a9d0b4 /src/main/res/values
parent89552e226a883d2ea3c63b6aed994ea0c3021a93 (diff)
started to change text style to app compat
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/styles.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml
index c35a4c862..1b3798eca 100644
--- a/src/main/res/values/styles.xml
+++ b/src/main/res/values/styles.xml
@@ -1,3 +1,6 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
+ <style name="TextAppearance.Conversations.Body1.Secondary" parent="TextAppearance.AppCompat.Body1">
+ <item name="android:textColor">?android:textColorSecondary</item>
+ </style>
</resources> \ No newline at end of file