From c110eeb4a2a42a04ef02f06c138aaf19f2221b54 Mon Sep 17 00:00:00 2001 From: Chiara Chiappini Date: Thu, 18 Apr 2024 14:20:07 +0100 Subject: [PATCH] Removes splashscreen support for pre 33 devices --- .../src/main/res/drawable/ic_landscape_vd_theme_24.xml | 10 +++++----- .../main/res/drawable/ic_short_text_vd_theme_24.xml | 3 --- .../src/main/res/drawable/ic_title_vd_theme_24.xml | 10 +++++----- Complications/Wearable/src/main/res/values/styles.xml | 3 --- .../composestarter/presentation/MainActivity.kt | 3 +++ ComposeStarter/app/src/main/res/values/strings.xml | 7 +++++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Complications/Wearable/src/main/res/drawable/ic_landscape_vd_theme_24.xml b/Complications/Wearable/src/main/res/drawable/ic_landscape_vd_theme_24.xml index f88d47b68..1b9b1e0e4 100644 --- a/Complications/Wearable/src/main/res/drawable/ic_landscape_vd_theme_24.xml +++ b/Complications/Wearable/src/main/res/drawable/ic_landscape_vd_theme_24.xml @@ -15,11 +15,11 @@ limitations under the License. --> + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0" + android:tint="?attr/colorControlNormal"> diff --git a/Complications/Wearable/src/main/res/drawable/ic_short_text_vd_theme_24.xml b/Complications/Wearable/src/main/res/drawable/ic_short_text_vd_theme_24.xml index 76c4090dc..162c1f1ef 100644 --- a/Complications/Wearable/src/main/res/drawable/ic_short_text_vd_theme_24.xml +++ b/Complications/Wearable/src/main/res/drawable/ic_short_text_vd_theme_24.xml @@ -1,13 +1,10 @@ + android:width="24dp" + android:height="24dp" + android:viewportWidth="24.0" + android:viewportHeight="24.0" + android:tint="?attr/colorControlNormal"> diff --git a/Complications/Wearable/src/main/res/values/styles.xml b/Complications/Wearable/src/main/res/values/styles.xml index eda0b2575..1bdf6d420 100644 --- a/Complications/Wearable/src/main/res/values/styles.xml +++ b/Complications/Wearable/src/main/res/values/styles.xml @@ -1,13 +1,10 @@ ComposeStarter - - From the Round world,\nHello, %1$s! + + From the Square world,\nHello, %1$s!