use textColorOnPrimaryBackground

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-27 08:27:08 +02:00
parent f8319b663d
commit c2ac2705a3
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

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