From 1a898f04049558f2d48d11434f6c2bd482522bba Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 16 Jun 2021 12:05:10 +0200 Subject: [PATCH] Rename themes follow Android conventions --- .../ui-styles/src/debug/AndroidManifest.xml | 22 +++++++++---------- .../src/debug/res/values/debug_styles.xml | 8 +++---- .../src/main/res/values-v23/theme_black.xml | 4 ++-- .../src/main/res/values-v23/theme_dark.xml | 4 ++-- .../src/main/res/values-v23/theme_light.xml | 4 ++-- .../src/main/res/values-v27/theme_black.xml | 4 ++-- .../src/main/res/values-v27/theme_dark.xml | 4 ++-- .../src/main/res/values-v27/theme_light.xml | 4 ++-- .../src/main/res/values/theme_black.xml | 4 ++-- .../src/main/res/values/theme_common.xml | 8 +++---- .../src/main/res/values/theme_dark.xml | 4 ++-- .../src/main/res/values/theme_light.xml | 4 ++-- vector/src/debug/res/layout/demo_themes.xml | 6 ++--- vector/src/main/AndroidManifest.xml | 8 +++---- .../features/themes/ActivityOtherThemes.kt | 16 +++++++------- .../vector/app/features/themes/ThemeUtils.kt | 8 +++---- 16 files changed, 55 insertions(+), 57 deletions(-) diff --git a/library/ui-styles/src/debug/AndroidManifest.xml b/library/ui-styles/src/debug/AndroidManifest.xml index 57020a0518..e32676136d 100644 --- a/library/ui-styles/src/debug/AndroidManifest.xml +++ b/library/ui-styles/src/debug/AndroidManifest.xml @@ -2,39 +2,39 @@ - + + android:theme="@style/Theme.Debug.Light" /> + android:theme="@style/Theme.Debug.Light.Test" /> + android:theme="@style/Theme.Vector.Light" /> + android:theme="@style/Theme.Debug.Dark" /> + android:theme="@style/Theme.Debug.Dark.Test" /> + android:theme="@style/Theme.Vector.Dark" /> + android:theme="@style/Theme.Vector.Light" /> + android:theme="@style/Theme.Vector.Dark" /> + android:theme="@style/Theme.Vector.Light" /> + android:theme="@style/Theme.Vector.Dark" /> diff --git a/library/ui-styles/src/debug/res/values/debug_styles.xml b/library/ui-styles/src/debug/res/values/debug_styles.xml index 090de4dd4b..d025ba1784 100644 --- a/library/ui-styles/src/debug/res/values/debug_styles.xml +++ b/library/ui-styles/src/debug/res/values/debug_styles.xml @@ -6,11 +6,11 @@ - - - - - - - - - - - - - - -