aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/values/attrs.xml
blob: 9aad7b9e184ad04e8c9278d92e75aee3b39ec87c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="NumberPickerPreference">
        <attr name="minValue" format="integer" />
        <attr name="maxValue" format="integer" />
    </declare-styleable>
    <declare-styleable name="HistogramChart">
        <attr name="description" format="string" />
        <attr name="numDataSets" format="integer" />
        <attr name="binWidth" format="float" />
    </declare-styleable>
</resources>