lightning-i2p/res/values/attr.xml

29 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="arrowBackDrawable" format="integer" />
<attr name="arrowForwardDrawable" format="integer" />
<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" />
<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" />
<declare-styleable name="AnimatedProgressBar">
<attr name="progressColor" format="color" />
<attr name="backgroundColor" format="color" />
<attr name="bidirectionalAnimate" format="boolean" />
</declare-styleable>
</resources>