aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/attrs.xml')
-rw-r--r--app/src/main/res/values/attrs.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml
deleted file mode 100644
index 68a8db07..00000000
--- a/app/src/main/res/values/attrs.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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>