From b072130e370c6d12cb4fe89ef6dd1bf318fb9f7a Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 27 Mar 2023 17:59:27 +0200 Subject: [PATCH] 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 --- ui/src/main/res/values-night/themes.xml | 1 + ui/src/main/res/values/colors.xml | 2 -- ui/src/main/res/values/themes.xml | 1 + ui/src/main/res/values/tv_colors.xml | 1 + ui/src/main/res/values/tv_styles.xml | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/src/main/res/values-night/themes.xml b/ui/src/main/res/values-night/themes.xml index 9187e48a..a2d5022a 100644 --- a/ui/src/main/res/values-night/themes.xml +++ b/ui/src/main/res/values-night/themes.xml @@ -27,5 +27,6 @@ @color/md_theme_dark_inverseOnSurface @color/md_theme_dark_inverseSurface @color/md_theme_dark_inversePrimary + @color/md_theme_dark_surfaceVariant diff --git a/ui/src/main/res/values/colors.xml b/ui/src/main/res/values/colors.xml index 41dee2fa..052e2a46 100644 --- a/ui/src/main/res/values/colors.xml +++ b/ui/src/main/res/values/colors.xml @@ -61,8 +61,6 @@ #44474F #000000 - #ffeeeeee - #444444 #aa0000 diff --git a/ui/src/main/res/values/themes.xml b/ui/src/main/res/values/themes.xml index e8d36cdd..aa937b87 100644 --- a/ui/src/main/res/values/themes.xml +++ b/ui/src/main/res/values/themes.xml @@ -27,5 +27,6 @@ @color/md_theme_light_inverseOnSurface @color/md_theme_light_inverseSurface @color/md_theme_light_inversePrimary + @color/md_theme_light_surfaceVariant diff --git a/ui/src/main/res/values/tv_colors.xml b/ui/src/main/res/values/tv_colors.xml index 40fb45a0..dc4e6a01 100644 --- a/ui/src/main/res/values/tv_colors.xml +++ b/ui/src/main/res/values/tv_colors.xml @@ -4,4 +4,5 @@ #ff0059c1 @color/tv_primary_color #b00020 + #ffeeeeee 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 @@ #ff0059c1 @color/tv_primary_color #fffafafa - @color/list_multiselect_background + @color/tv_list_multiselect_background #fffafafa false @color/tv_primary_color