Rename ic_hot in ic_kiosk_hot and improve getKioskIcon()
This commit is contained in:
parent
e7a25934f6
commit
1eacd3e73d
11 changed files with 16 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue