Преглед на файлове

Merge pull request #1149 from nextcloud/unreadMessagesText

Make sure "unread messages" bubble text is always white
Andy Scherzinger преди 4 години
родител
ревизия
891b69ec2a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/src/main/res/layout/controller_chat.xml

+ 1 - 1
app/src/main/res/layout/controller_chat.xml

@@ -133,6 +133,6 @@
         app:pb_backgroundColor="@color/colorPrimary"
         app:pb_icon="@drawable/ic_baseline_arrow_downward_24px"
         app:pb_text="@string/nc_new_messages"
-        app:pb_textColor="@color/fg_inverse" />
+        app:pb_textColor="@color/textColorOnPrimaryBackground" />
 
 </RelativeLayout>