Commit c54c52a8 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Attr attribute not allowed in xml drawable in API < 21

Fixes #34
parent fbeac2bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

    <shape xmlns:android="http://schemas.android.com/apk/res/android">
        <size android:width="1px" />
        <solid android:color="?attr/colorAccent" />
        <solid android:color="@color/colorBlue" />
    </shape>

</inset>
 No newline at end of file