aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-25 18:13:07 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-26 00:49:01 -0600
commitade8f18a9550b340904cc608029c0fa4fe7186c0 (patch)
tree6e94a5d6d040aa7c77081e94e511d34a3ccc70db /ui/src/main/res/values
parentpreferences: add key to all items to squelch warnings (diff)
downloadwireguard-android-ade8f18a9550b340904cc608029c0fa4fe7186c0.tar.xz
wireguard-android-ade8f18a9550b340904cc608029c0fa4fe7186c0.zip
xml: cleanup
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values')
-rw-r--r--ui/src/main/res/values/attrs.xml4
-rw-r--r--ui/src/main/res/values/colors.xml4
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 -->