Skip to content
Snippets Groups Projects
big_button_attrs.xml 348 B
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="BigButton">
        <attr name="buttonIcon" format="reference" />
        <attr name="buttonText" format="string" />
        <attr name="buttonSubText" format="string" />
        <attr name="buttonBackground" format="reference" />
    </declare-styleable>
</resources>