Fix crashes with vector drawables on older Android versions

This commit is contained in:
len
2016-03-08 17:39:59 +01:00
parent 05adde552d
commit a07e4c69b6
7 changed files with 17 additions and 13 deletions
+3 -2
View File
@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@drawable/selector_chapter_light">
@@ -94,8 +95,8 @@
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:background="?android:selectableItemBackground"
android:src="@drawable/ic_more_horiz_black_24dp"
/>
app:srcCompat="@drawable/ic_more_horiz_black_24dp"/>
</RelativeLayout>