2011-06-23 17:09:13 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2011-09-19 14:50:01 -04:00
|
|
|
<declare-styleable name="DragButton">
|
|
|
|
<attr name="textUp" format="string"/>
|
|
|
|
<attr name="textDown" format="string"/>
|
2011-10-15 13:11:11 -04:00
|
|
|
<attr name="directionTextScale" format="float"/>
|
2011-10-27 02:28:29 -04:00
|
|
|
<attr name="hTextPosition" format="float"/>
|
2011-09-19 14:50:01 -04:00
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="NumberRangeSeekBar">
|
2011-09-20 16:33:29 -04:00
|
|
|
<attr name="boundaries" format="string"/>
|
2011-09-25 03:12:59 -04:00
|
|
|
<attr name="steps" format="integer"/>
|
2011-09-19 14:50:01 -04:00
|
|
|
</declare-styleable>
|
2011-09-25 03:12:59 -04:00
|
|
|
|
2011-10-15 13:11:11 -04:00
|
|
|
<attr name="digitButtonStyle" format="reference" />
|
2011-10-15 14:11:59 -04:00
|
|
|
<attr name="controlButtonStyle" format="reference" />
|
|
|
|
<attr name="controlImageButtonStyle" format="reference" />
|
2011-10-15 13:11:11 -04:00
|
|
|
|
2011-06-23 17:09:13 -04:00
|
|
|
</resources>
|