aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values-night
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-05-05 03:09:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-05-05 13:18:30 +0200
commit40eaa54cf025d3b4d4f75ab907602e8ecbfe05ad (patch)
treebe7fc68f3ab82f05ab0625e3461a6f6a04d40242 /ui/src/main/res/values-night
parentui: collect logs from IO thread only (diff)
downloadwireguard-android-40eaa54cf025d3b4d4f75ab907602e8ecbfe05ad.tar.xz
wireguard-android-40eaa54cf025d3b4d4f75ab907602e8ecbfe05ad.zip
ui: reformat all code
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values-night')
-rw-r--r--ui/src/main/res/values-night/themes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values-night/themes.xml b/ui/src/main/res/values-night/themes.xml
index 9187e48a..e074cb92 100644
--- a/ui/src/main/res/values-night/themes.xml
+++ b/ui/src/main/res/values-night/themes.xml
@@ -1,5 +1,5 @@
-
<resources>
+
<style name="WireGuardTheme" parent="Theme.Material3.Dark">
<item name="colorPrimary">@color/md_theme_dark_primary</item>
<item name="colorOnPrimary">@color/md_theme_dark_onPrimary</item>