aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-05-02 20:06:38 +0200
committerChristian Schneppe <christian@pix-art.de>2018-05-02 20:06:38 +0200
commit419504eaecd538561307d2b10ef08bdc3a47b137 (patch)
treed1ee23fcd088b2fc08b4949d8dd637305ebf8eac /src/main/res/values/styles.xml
parentc5d9b50dabbeef2a1e2d72490cc1cbcade8633a4 (diff)
use styled colors for online/offline text
Diffstat (limited to '')
-rw-r--r--src/main/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml
index 11430e064..6346dfcc0 100644
--- a/src/main/res/values/styles.xml
+++ b/src/main/res/values/styles.xml
@@ -90,7 +90,7 @@
<item name="android:textStyle">bold</item>
</style>
- <style name="TextAppearance.Conversations.Caption.Waring" parent="TextAppearance.Conversations.Caption">
+ <style name="TextAppearance.Conversations.Caption.Warning" parent="TextAppearance.Conversations.Caption">
<item name="android:textColor">@color/red800</item>
</style>