aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_date_bubble.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 17:52:14 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 17:52:14 +0200
commit34706a5e024df16027a292953606114db7e12dbe (patch)
tree5f97609f6b790195ffde305ac24cf8dedceae135 /src/main/res/layout/message_date_bubble.xml
parenta69c98c5c58da0babe570a1b7eebaacf58ae5a05 (diff)
use text styles in more places
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/message_date_bubble.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/res/layout/message_date_bubble.xml b/src/main/res/layout/message_date_bubble.xml
index c94c7d4a0..cc46a32f4 100644
--- a/src/main/res/layout/message_date_bubble.xml
+++ b/src/main/res/layout/message_date_bubble.xml
@@ -22,8 +22,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="01.01.2017"
- android:textColor="@color/black87"
- android:textSize="?attr/TextSizeInfo"
+ android:textAppearance="@style/TextAppearance.Conversations.Body1.Secondary"
android:textStyle="italic" />
</LinearLayout>