Newer
Older
music / app / src / main / res / values / attrs_instrument_view.xml
@lukas lukas on 4 Aug 2022 326 bytes display instrument list
<resources>
    <declare-styleable name="InstrumentView">
        <attr name="exampleString" format="string" />
        <attr name="exampleDimension" format="dimension" />
        <attr name="exampleColor" format="color" />
        <attr name="exampleDrawable" format="color|reference" />
    </declare-styleable>
</resources>