Use app:srcCompat and derivatives intead of android: ones

To fix crashes on API 19
This commit is contained in:
Stypox 2020-03-31 09:34:05 +02:00
parent c80aba9a88
commit e7a25934f6
20 changed files with 53 additions and 50 deletions

View file

@ -1,5 +1,6 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_height="wrap_content"
android:layout_width="match_parent">
@ -69,7 +70,7 @@
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="4dp"
android:src="@drawable/ic_more_vert_white_24dp"
app:srcCompat="@drawable/ic_more_vert_white_24dp"
android:scaleType="centerInside"
android:contentDescription="TODO" />