lightning-i2p/res/values/attr.xml

20 lines
868 B
XML
Raw Normal View History

<?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-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>
</resources>