Fix Kiosk Selector colors in Light theme

This commit is contained in:
krlvm 2021-03-31 16:49:28 +03:00
parent e9c60eff85
commit ad8f3aa6c9
No known key found for this signature in database
GPG Key ID: B8552A91FD265536
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -18,6 +19,7 @@
android:layout_alignParentTop="true"
android:layout_marginRight="5dp"
android:contentDescription="TODO"
app:tint="@color/contrastColor"
tools:ignore="RtlHardcoded" />
<TextView