12 lines
495 B
XML
12 lines
495 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="ProgressButton">
|
|
<attr name="backgroundcolor" format="color" />
|
|
<attr name="foreground" format="reference|color|integer"/>
|
|
<attr name="textcolor" format="color" />
|
|
<attr name="max" format="integer"/>
|
|
<attr name="progress" format="integer"/>
|
|
<attr name="textSize" format="dimension" />
|
|
<attr name="text" format="string" />
|
|
</declare-styleable>
|
|
</resources> |