aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/tv_styles.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2023-03-27 17:59:27 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2023-03-27 18:00:00 +0200
commitb072130e370c6d12cb4fe89ef6dd1bf318fb9f7a (patch)
treebb323793042e2c9b41e72d12834627309781401f /ui/src/main/res/values/tv_styles.xml
parentui: cancel actionmode when pressing back button (diff)
downloadwireguard-android-b072130e370c6d12cb4fe89ef6dd1bf318fb9f7a.tar.xz
wireguard-android-b072130e370c6d12cb4fe89ef6dd1bf318fb9f7a.zip
ui: add list selection backgrounds
Harsh - feel free to replace this commit with something better. I'm sure it's the most terrible way to do it. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--ui/src/main/res/values/tv_styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values/tv_styles.xml b/ui/src/main/res/values/tv_styles.xml
index a78f2d63..0faa6184 100644
--- a/ui/src/main/res/values/tv_styles.xml
+++ b/ui/src/main/res/values/tv_styles.xml
@@ -10,7 +10,7 @@
<item name="colorOnSecondary">#ff0059c1</item>
<item name="colorSurface">@color/tv_primary_color</item>
<item name="colorOnSurface">#fffafafa</item>
- <item name="colorMultiselectActiveBackground">@color/list_multiselect_background</item>
+ <item name="colorMultiselectActiveBackground">@color/tv_list_multiselect_background</item>
<item name="colorControlNormal">#fffafafa</item>
<item name="elevationOverlayEnabled">false</item>
<item name="android:statusBarColor">@color/tv_primary_color</item>