Skip to content
Snippets Groups Projects
Verified Commit 29aabe43 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes colors and fonts in action messages

parent 4095e25c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment