From 29aabe439aca74f6d2e3cbb10a86647249119527 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Wed, 6 Jun 2018 23:00:17 +0200 Subject: [PATCH] Fixes colors and fonts in action messages --- .../res/layout/widget_chatmessage_action.xml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/widget_chatmessage_action.xml b/app/src/main/res/layout/widget_chatmessage_action.xml index 6094ee2ff..93932e97e 100644 --- a/app/src/main/res/layout/widget_chatmessage_action.xml +++ b/app/src/main/res/layout/widget_chatmessage_action.xml @@ -82,24 +82,14 @@ android:layout_weight="1" android:orientation="vertical"> - <de.kuschku.quasseldroid.util.ui.RipplePassthroughTextView - android:id="@+id/content" - style="@style/Widget.RtlConformTextView" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:textColor="?attr/colorForeground" - android:visibility="gone" - tools:text="@sample/messages.json/data/content" - tools:visibility="visible" /> - <de.kuschku.quasseldroid.util.ui.RipplePassthroughTextView android:id="@+id/combined" style="@style/Widget.RtlConformTextView" android:layout_width="match_parent" android:layout_height="wrap_content" - android:textColor="?attr/colorForeground" - tools:text="@sample/messages.json/data/message" - tools:visibility="gone" /> + android:textColor="?attr/colorForegroundAction" + android:textStyle="italic" + tools:text="@sample/messages.json/data/message" /> </LinearLayout> -- GitLab