Skip to content

Commit ad8f3aa

Browse files
committed
Fix Kiosk Selector colors in Light theme
1 parent e9c60ef commit ad8f3aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/res/layout/select_kiosk_item.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:app="http://schemas.android.com/apk/res-auto"
34
xmlns:tools="http://schemas.android.com/tools"
45
android:layout_width="match_parent"
56
android:layout_height="wrap_content"
@@ -18,6 +19,7 @@
1819
android:layout_alignParentTop="true"
1920
android:layout_marginRight="5dp"
2021
android:contentDescription="TODO"
22+
app:tint="@color/contrastColor"
2123
tools:ignore="RtlHardcoded" />
2224

2325
<TextView

0 commit comments

Comments
 (0)