aboutsummaryrefslogtreecommitdiff
path: root/apps/OboeTester/app/src/main/res/values/attrs_fast_button.xml
blob: e729f8972cc6bb8e7b840bad45925e5642fc5976 (plain)
1
2
3
4
5
6
7
8
<resources>
    <declare-styleable name="FastButton">
        <attr name="fastString" format="string" />
        <attr name="fastDimension" format="dimension" />
        <attr name="fastColor" format="color" />
        <attr name="fastDrawable" format="color|reference" />
    </declare-styleable>
</resources>