mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-08 07:57:28 +00:00
11 lines
368 B
XML
11 lines
368 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="ProfilePicView">
|
|
<attr name="size" format="enum">
|
|
<enum name="tiny" value="0" />
|
|
<enum name="small" value="1" />
|
|
<enum name="regular" value="2" />
|
|
<enum name="large" value="3" />
|
|
</attr>
|
|
</declare-styleable>
|
|
</resources> |