Rename ic_hot in ic_kiosk_hot and improve getKioskIcon()

This commit is contained in:
Stypox 2020-03-31 09:36:35 +02:00
parent e7a25934f6
commit 1eacd3e73d
11 changed files with 16 additions and 16 deletions

View file

@ -28,7 +28,7 @@
android:layout_centerVertical="true"
android:layout_marginLeft="16dp"
tools:ignore="ContentDescription,RtlHardcoded"
tools:src="?attr/ic_hot" />
tools:src="?attr/ic_kiosk_hot" />
<TextView
android:id="@+id/group_name"

View file

@ -29,7 +29,7 @@
android:layout_centerVertical="true"
android:layout_marginLeft="16dp"
tools:ignore="ContentDescription,RtlHardcoded"
tools:src="?attr/ic_hot"/>
tools:src="?attr/ic_kiosk_hot"/>
<TextView
android:id="@+id/tabName"

View file

@ -15,7 +15,7 @@
android:layout_centerVertical="true"
android:layout_marginLeft="?dialogPreferredPadding"
tools:ignore="ContentDescription,RtlHardcoded"
tools:src="?attr/ic_hot"/>
tools:src="?attr/ic_kiosk_hot"/>
<TextView
android:id="@+id/tabName"