Browse Source

use textColorOnPrimaryBackground

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 years ago
parent
commit
c2ac2705a3
1 changed files with 1 additions and 1 deletions
  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>