Merge pull request #4362 from Stypox/fix-queue
Random fixes and improvements
This commit is contained in:
commit
60a453a634
6 changed files with 23 additions and 29 deletions
|
|
@ -99,7 +99,7 @@
|
|||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="?attr/ic_close"
|
||||
app:srcCompat="@drawable/ic_close_white_24dp"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"
|
||||
android:visibility="gone" />
|
||||
|
|
@ -479,7 +479,7 @@
|
|||
android:focusable="true"
|
||||
android:padding="10dp"
|
||||
android:scaleType="fitXY"
|
||||
app:srcCompat="@drawable/ic_close_white_24dp" />
|
||||
app:srcCompat="?attr/ic_close" />
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/repeatButton"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue