From 75efd135561795fdabdd122153a02134f749ab88 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 4 Apr 2023 20:42:42 +0200 Subject: ui: don't create fake theme color attr Signed-off-by: Jason A. Donenfeld --- ui/src/main/res/drawable/list_item_background.xml | 2 +- ui/src/main/res/values-night/themes.xml | 1 - ui/src/main/res/values/attrs.xml | 1 - ui/src/main/res/values/themes.xml | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) (limited to 'ui') diff --git a/ui/src/main/res/drawable/list_item_background.xml b/ui/src/main/res/drawable/list_item_background.xml index 58997923..3a77b524 100644 --- a/ui/src/main/res/drawable/list_item_background.xml +++ b/ui/src/main/res/drawable/list_item_background.xml @@ -6,7 +6,7 @@ - + diff --git a/ui/src/main/res/values-night/themes.xml b/ui/src/main/res/values-night/themes.xml index a2d5022a..9187e48a 100644 --- a/ui/src/main/res/values-night/themes.xml +++ b/ui/src/main/res/values-night/themes.xml @@ -27,6 +27,5 @@ @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/attrs.xml b/ui/src/main/res/values/attrs.xml index 9ba1eea5..b91ac60e 100644 --- a/ui/src/main/res/values/attrs.xml +++ b/ui/src/main/res/values/attrs.xml @@ -2,7 +2,6 @@ - diff --git a/ui/src/main/res/values/themes.xml b/ui/src/main/res/values/themes.xml index aa937b87..e8d36cdd 100644 --- a/ui/src/main/res/values/themes.xml +++ b/ui/src/main/res/values/themes.xml @@ -27,6 +27,5 @@ @color/md_theme_light_inverseOnSurface @color/md_theme_light_inverseSurface @color/md_theme_light_inversePrimary - @color/md_theme_light_surfaceVariant -- cgit v1.2.3-59-g8ed1b