extracting common classes to another project

This commit is contained in:
Sergey Solovyev
2012-01-15 01:50:37 +04:00
parent 461126bee8
commit c46872b978
96 changed files with 22 additions and 5458 deletions

View File

@@ -1,22 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="DirectionDragButton">
<attr name="textUp" format="string"/>
<attr name="textDown" format="string"/>
<attr name="textRight" format="string"/>
<attr name="textLeft" format="string"/>
<attr name="directionTextScale" format="string"/>
<attr name="directionTextAlpha" format="integer"/>
</declare-styleable>
<declare-styleable name="DragButton">
<attr name="hTextPosition" format="float"/>
</declare-styleable>
<declare-styleable name="NumberRangeSeekBar">
<attr name="boundaries" format="string"/>
<attr name="steps" format="integer"/>
</declare-styleable>
<attr name="digitButtonStyle" format="reference" />
<attr name="controlButtonStyle" format="reference" />