aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attrs.xml
blob: 9185e25af72f8fb3a36e876b1d21c34d9bdfc85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <attr name="switchBarTheme" format="reference" />
    <attr name="switchBarMarginStart" format="dimension" />
    <attr name="switchBarMarginEnd" format="dimension" />
    <attr name="switchBarBackgroundColor" format="color" />
    <attr name="switchBarBackgroundActivatedColor" format="color" />

    <declare-styleable name="HtmlTextView">
        <attr name="html" format="string|reference" />
        <attr name="enableLinks" format="boolean|reference" />
    </declare-styleable>
</resources>