瀏覽代碼

use textColorOnPrimaryBackground

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

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

@@ -59,7 +59,7 @@
         android:paddingBottom="56dp"
         android:text="@string/nc_locked"
         android:textAlignment="center"
-        android:textColor="@color/white"
+        android:textColor="@color/textColorOnPrimaryBackground"
         android:textSize="22sp" />
 
 </LinearLayout>