new widgets

This commit is contained in:
serso
2011-09-19 22:50:01 +04:00
parent 91b4890cc4
commit 7d35fdda33
14 changed files with 361 additions and 187 deletions

View File

@@ -1,7 +1,12 @@
<?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="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>
</resources>