We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c60ef commit ad8f3aaCopy full SHA for ad8f3aa
1 file changed
app/src/main/res/layout/select_kiosk_item.xml
@@ -1,5 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
+ xmlns:app="http://schemas.android.com/apk/res-auto"
4
xmlns:tools="http://schemas.android.com/tools"
5
android:layout_width="match_parent"
6
android:layout_height="wrap_content"
@@ -18,6 +19,7 @@
18
19
android:layout_alignParentTop="true"
20
android:layout_marginRight="5dp"
21
android:contentDescription="TODO"
22
+ app:tint="@color/contrastColor"
23
tools:ignore="RtlHardcoded" />
24
25
<TextView
0 commit comments