android-calculatorpp/res/values/attrs.xml
2011-09-21 00:33:29 +04:00

12 lines
321 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="DragButton">
<attr name="textUp" format="string"/>
<attr name="textDown" format="string"/>
</declare-styleable>
<declare-styleable name="NumberRangeSeekBar">
<attr name="boundaries" format="string"/>
</declare-styleable>
</resources>