mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-29 02:08:10 +00:00
8 lines
248 B
XML
8 lines
248 B
XML
|
|
<resources>
|
||
|
|
<declare-styleable name="AvatarView">
|
||
|
|
<attr name="showBackground" format="boolean" />
|
||
|
|
<attr name="showMount" format="boolean" />
|
||
|
|
<attr name="showPet" format="boolean" />
|
||
|
|
</declare-styleable>
|
||
|
|
</resources>
|