summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 23f639fd2..5ea16f98b 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -33,4 +33,21 @@
<declare-styleable name="SearchEditTextLayout" />
+ <declare-styleable name="AnchoredScrollView">
+ <attr name="anchorView" format="reference" />
+ <attr name="anchorAtBottom" format="boolean" />
+ <attr name="anchoredView" format="reference" />
+ </declare-styleable>
+
+ <declare-styleable name="LinearColorBar">
+ <attr name="redColor" format="color" />
+ <attr name="greenColor" format="color" />
+ <attr name="blueColor" format="color" />
+ <attr name="backgroundColor" format="color" />
+ </declare-styleable>
+
+ <declare-styleable name="PieChartView">
+ <attr name="outlineColor" format="color" />
+ </declare-styleable>
+
</resources>