lightning-i2p/res/values/attr.xml

29 lines
1.4 KiB
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" />
<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" />
<attr name="tabDrawable" format="reference|color" />
<attr name="dividerColor" format="reference|color" />
<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>
</resources>