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
|
|
@ -77,7 +77,7 @@
|
|||
android:paddingLeft="16dp"
|
||||
android:paddingRight="10dp"
|
||||
android:paddingTop="12dp"
|
||||
android:src="?attr/ic_drag_handle"
|
||||
app:srcCompat="?attr/ic_drag_handle"
|
||||
tools:ignore="ContentDescription,RtlHardcoded"/>
|
||||
</RelativeLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
Loading…
Add table
Add a link
Reference in a new issue