mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-03-04 09:58:20 +01:00
12 lines
602 B
XML
12 lines
602 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="NachoTextView">
|
|
<attr name="chipHorizontalSpacing" format="reference|dimension" />
|
|
<attr name="chipBackground" format="reference|color"/>
|
|
<attr name="chipCornerRadius" format="reference|dimension"/>
|
|
<attr name="chipTextColor" format="reference|color"/>
|
|
<attr name="chipTextSize" format="reference|dimension"/>
|
|
<attr name="chipHeight" format="reference|dimension"/>
|
|
<attr name="chipVerticalSpacing" format="reference|dimension"/>
|
|
</declare-styleable>
|
|
</resources> |