Use app:srcCompat and derivatives intead of android: ones
To fix crashes on API 19
This commit is contained in:
parent
c80aba9a88
commit
e7a25934f6
20 changed files with 53 additions and 50 deletions
|
|
@ -82,6 +82,6 @@
|
|||
android:focusable="true"
|
||||
android:padding="5dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_close_white_24dp"
|
||||
app:srcCompat="@drawable/ic_close_white_24dp"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"/>
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue