aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/values/styles.xml')
-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