aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/main/res/values/attrs.xml')
-rw-r--r--ui/src/main/res/values/attrs.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/src/main/res/values/attrs.xml b/ui/src/main/res/values/attrs.xml
new file mode 100644
index 00000000..68a8db07
--- /dev/null
+++ b/ui/src/main/res/values/attrs.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <declare-styleable name="Multiselected">
+ <attr name="state_multiselected" format="boolean" />
+ <attr name="colorMultiselectActiveBackground" format="reference|color"/>
+ </declare-styleable>
+
+ <declare-styleable name="custom_color">
+ <attr name="colorBackground" format="reference|color"/>
+ </declare-styleable>
+</resources>