diff options
Diffstat (limited to 'ui/src/main/res/values/attrs.xml')
-rw-r--r-- | ui/src/main/res/values/attrs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/main/res/values/attrs.xml b/ui/src/main/res/values/attrs.xml index 68a8db07..b5b614e9 100644 --- a/ui/src/main/res/values/attrs.xml +++ b/ui/src/main/res/values/attrs.xml @@ -2,10 +2,10 @@ <resources> <declare-styleable name="Multiselected"> <attr name="state_multiselected" format="boolean" /> - <attr name="colorMultiselectActiveBackground" format="reference|color"/> + <attr name="colorMultiselectActiveBackground" format="reference|color" /> </declare-styleable> <declare-styleable name="custom_color"> - <attr name="colorBackground" format="reference|color"/> + <attr name="colorBackground" format="reference|color" /> </declare-styleable> </resources> |