Android project initiated

This commit is contained in:
serso
2011-06-24 01:09:13 +04:00
commit eb16062296
61 changed files with 1164 additions and 0 deletions

7
res/values/attrs.xml Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="DragButton">
<attr name="textUp" format="string" />
<attr name="textDown" format="string" />
</declare-styleable>
</resources>