From 030704384386a77c91492227d49abff8b0c234d5 Mon Sep 17 00:00:00 2001 From: JG-Cody Date: Sat, 14 Oct 2023 19:15:31 +0200 Subject: [PATCH] Background als Drawable (zum testen) --- .../main/res/drawable/theme_background.xml | 21 +++++++++++++++++++ app/src/main/res/values/themes.xml | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 app/src/main/res/drawable/theme_background.xml diff --git a/app/src/main/res/drawable/theme_background.xml b/app/src/main/res/drawable/theme_background.xml new file mode 100644 index 0000000..966798d --- /dev/null +++ b/app/src/main/res/drawable/theme_background.xml @@ -0,0 +1,21 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 9b824b4..28e6901 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -15,6 +15,7 @@ @drawable/menu_themed @drawable/button_themed ?android:attr/colorBackground + @style/SpinnerStyle @style/ActionMenuTextAppearance @@ -59,6 +60,10 @@ ?attr/menuBackground + +