Dantotsu/app/src/main/res/values/attr.xml
2024-02-06 02:16:10 -06:00

11 lines
No EOL
358 B
XML

<?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>