diff options
Diffstat (limited to 'ui/src/main/res/values')
-rw-r--r-- | ui/src/main/res/values/attrs.xml | 4 | ||||
-rw-r--r-- | ui/src/main/res/values/colors.xml | 4 |
2 files changed, 5 insertions, 3 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> diff --git a/ui/src/main/res/values/colors.xml b/ui/src/main/res/values/colors.xml index bd304726..989c6fc1 100644 --- a/ui/src/main/res/values/colors.xml +++ b/ui/src/main/res/values/colors.xml @@ -15,7 +15,9 @@ <color name="status_bar_color">@color/primary_color</color> <color name="navigation_bar_color">#aaffffff</color> <color name="list_multiselect_background">#ffeeeeee</color> - <color name="mtrl_textinput_default_box_stroke_color" tools:override="true">@color/secondary_color</color> + <color name="mtrl_textinput_default_box_stroke_color" tools:override="true"> + @color/secondary_color + </color> <color name="white">#ffffffff</color> <!-- Log viewer tag colors --> |