summaryrefslogtreecommitdiff
path: root/ui/common/src/main/res/values/attrs.xml
blob: f3334fe77cef4dc9a6ceb4d3b3922eb2c026969f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="TriangleLabelView">
        <attr name="backgroundColor" format="color" />
        <attr name="primaryTextColor" format="color" />
        <attr name="primaryText" format="string" />
        <attr name="primaryTextSize" format="dimension" />

        <attr name="labelTopPadding" format="dimension" />
        <attr name="labelCenterPadding" format="dimension" />
        <attr name="labelBottomPadding" format="dimension" />

        <attr name="corner">
            <enum name="leftTop" value="1" />
            <enum name="rightTop" value="2" />
        </attr>
    </declare-styleable>
</resources>