瀏覽代碼

proper quote coloring in dark mode

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 年之前
父節點
當前提交
5322df89dd
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 0
      app/src/main/res/layout/item_message_quote.xml
  2. 0 1
      app/src/main/res/values-night/colors.xml

+ 1 - 0
app/src/main/res/layout/item_message_quote.xml

@@ -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" />
 

+ 0 - 1
app/src/main/res/values-night/colors.xml

@@ -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>