Android project initiated
This commit is contained in:
7
res/values/attrs.xml
Normal file
7
res/values/attrs.xml
Normal 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>
|
Reference in New Issue
Block a user