proper quote coloring in dark mode

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-27 09:47:53 +02:00
parent c2ac2705a3
commit 5322df89dd
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,7 @@
android:layout_marginEnd="8dp"
android:layout_toEndOf="@id/quoteColoredView"
android:ellipsize="end"
android:textColor="@color/textColorMaxContrast"
android:textSize="12sp"
tools:text="Jane Doe" />

View File

@ -52,7 +52,6 @@
<color name="controller_chat_separator">#484848</color>
<!-- Chat window incoming message text & informational -->
<color name="nc_grey">@android:color/holo_purple</color>
<color name="bg_bottom_sheet">#121212</color>
<color name="bg_message_list_incoming_bubble">#484848</color>
<color name="bg_message_list_incoming_bubble_deleted">#66484848</color>