mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 10:21:03 +00:00
Initial commit
This commit is contained in:
11
app/src/main/res/values/attr.xml
Normal file
11
app/src/main/res/values/attr.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="OutlineTextView">
|
||||
<attr name="outlineColor" format="color" />
|
||||
<attr name="outlineWidth" format="float" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="Xpandable">
|
||||
<attr name="isExpanded" format="boolean"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user