Merge pull request #796 from akaita/media_detail_enhance

Enhance behaviour of Media detail enhance
This commit is contained in:
neslihanturan 2017-08-08 15:29:33 +03:00 committed by GitHub
commit e3455b630e
7 changed files with 264 additions and 110 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>