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"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
|
|
<declare-styleable name="NumberRangeSeekBar">
|
|
|
|
<attr name="min" format="string"/>
|
|
|
|
<attr name="max" format="string"/>
|
|
|
|
</declare-styleable>
|
2011-06-23 17:09:13 -04:00
|
|
|
</resources>
|