浏览代码

use textColorOnPrimaryBackground

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 年之前
父节点
当前提交
e0955a4106
共有 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/white" />
+        app:pb_textColor="@color/textColorOnPrimaryBackground" />
 
 </RelativeLayout>