Initial commit

This commit is contained in:
Finnley Somdahl 2023-10-17 18:42:43 -05:00
commit 21bfbfb139
520 changed files with 47819 additions and 0 deletions

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