summaryrefslogtreecommitdiff
path: root/res/values/attrs.xml
blob: 3d5dbafb5e1d65ba8e687be663e135ebc3324eed (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<resources>
    <declare-styleable name = "ActivityPreference">
        <attr name="classname" format = "string"/>
    </declare-styleable>

    <declare-styleable name = "SeekBarPreference">
        <attr name="max" format = "integer"/>
    </declare-styleable>
</resources>