2014-04-28 19:41:40 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<attr name="arrowBackDrawable" format="integer" />
|
|
|
|
<attr name="arrowForwardDrawable" format="integer" />
|
2015-01-26 18:09:27 +00:00
|
|
|
<attr name="numberColor" format="reference|color" />
|
|
|
|
<attr name="autoCompleteTitleColor" format="reference|color" />
|
|
|
|
<attr name="autoCompleteUrlColor" format="reference|color" />
|
|
|
|
<attr name="listBackground" format="reference|color" />
|
|
|
|
<attr name="progressBackgroundColor" format="color" />
|
|
|
|
<attr name="searchBackground" format="reference|color" />
|
2015-01-29 18:25:19 +00:00
|
|
|
<attr name="toolbarSettingsBackground" format="reference|color" />
|
2015-03-31 15:20:41 +00:00
|
|
|
<attr name="invertColorDrawable" format="integer" />
|
|
|
|
<attr name="textSizeDrawable" format="integer" />
|
|
|
|
<attr name="drawerBackground" format="reference|color" />
|
|
|
|
<attr name="plusDrawable" format="reference|color" />
|
|
|
|
<attr name="deleteDrawable" format="reference|color" />
|
|
|
|
<attr name="starDrawable" format="reference|color" />
|
2015-04-03 01:50:59 +00:00
|
|
|
<attr name="tabDrawable" format="reference|color" />
|
2015-03-31 15:20:41 +00:00
|
|
|
<attr name="dividerColor" format="reference|color" />
|
2015-04-03 01:50:59 +00:00
|
|
|
<attr name="selectedBackground" format="reference|color" />
|
2015-01-26 18:09:27 +00:00
|
|
|
|
|
|
|
<declare-styleable name="AnimatedProgressBar">
|
|
|
|
<attr name="progressColor" format="color" />
|
|
|
|
<attr name="backgroundColor" format="color" />
|
|
|
|
<attr name="bidirectionalAnimate" format="boolean" />
|
|
|
|
</declare-styleable>
|
2014-04-28 19:41:40 +00:00
|
|
|
|
|
|
|
</resources>
|