Fix vectors for drawableStart in API 17

This commit is contained in:
Mikel 2017-08-07 20:44:35 +01:00
parent 04ff70fa5b
commit 7754c7c7c4
5 changed files with 94 additions and 21 deletions

View file

@ -13,4 +13,12 @@
<attr name="iconCamera" format="reference"/>
<attr name="iconPhoto" format="reference"/>
<attr name="iconUndo" format="reference"/>
<declare-styleable name="CompatTextView">
<attr name="drawablePadding" format="dimension"/>
<attr name="drawableStart" format="reference"/>
<attr name="drawableTop" format="reference"/>
<attr name="drawableEnd" format="reference"/>
<attr name="drawableBottom" format="reference"/>
</declare-styleable>
</resources>