Skip to content

Commit

Permalink
Remove drawable absent in O
Browse files Browse the repository at this point in the history
  • Loading branch information
François Blavoet committed May 19, 2017
1 parent 8c76398 commit 7506b4e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions samples/svg/src/main/res/drawable/image_loading.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<bitmap
android:src="@android:drawable/sym_def_app_icon"
android:gravity="center" />
</item>
<item
android:top="20dp"
android:bottom="20dp"
android:drawable="@drawable/dot_dot_dot"/>
android:drawable="@drawable/dot_dot_dot" />
</layer-list>

0 comments on commit 7506b4e

Please sign in to comment.