Add theme dependencies

This commit is contained in:
neslihanturan 2017-12-26 13:19:38 +03:00 committed by maskara
parent b0a54ca89d
commit 5c3c4499dc
10 changed files with 39 additions and 13 deletions

View file

@ -8,6 +8,13 @@
<attr name="uploadOverlayBackground" format="reference"/>
<attr name="spinnerTheme" format="reference"/>
<attr name="iconsTheme" format="reference"/>
<attr name="bottomBar" format="reference"/>
<attr name="buttonBackgroundFocused" format="reference"/>
<attr name="buttonBackgroundPressed" format="reference"/>
<attr name="buttonFocused" format="reference"/>
<attr name="buttonPressed" format="reference"/>
<attr name="textDisabled" format="reference"/>
<attr name="textEnabled" format="reference"/>
<declare-styleable name="CompatTextView">
<attr name="drawablePadding" format="dimension"/>