aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/app/src/main/res/values/attrs.xml')
-rw-r--r--android/WALT/app/src/main/res/values/attrs.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/android/WALT/app/src/main/res/values/attrs.xml b/android/WALT/app/src/main/res/values/attrs.xml
new file mode 100644
index 0000000..9aad7b9
--- /dev/null
+++ b/android/WALT/app/src/main/res/values/attrs.xml
@@ -0,0 +1,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>