From 6b2867c84a2363554800c4337dde6b52badd412f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 22 Aug 2026 15:32:43 +0100 Subject: [PATCH] build(android): drop unused Xamarin.AndroidX.SplashScreen resources - PostIt.Android.csproj: drop Xamarin.AndroidX.Core.SplashScreen and Xamarin.AndroidX.Browser. Neither is pulled transitively by Avalonia.Android 12.1.1 (its nuspec declares only AppCompat + Window), and they are not referenced anywhere in PostIt code. - Resources/values-v31/styles.xml: drop the windowSplashScreen* items and the 'postSplashScreenTheme' reference, which require the dropped SplashScreen package. We fall back to the system splash screen on Android 12+ devices; a custom one can come back when we add it on purpose. --- src/PostIt/PostIt.Android/PostIt.Android.csproj | 2 -- .../PostIt.Android/Resources/values-v31/styles.xml | 9 --------- 2 files changed, 11 deletions(-) diff --git a/src/PostIt/PostIt.Android/PostIt.Android.csproj b/src/PostIt/PostIt.Android/PostIt.Android.csproj index 20a27816..7669ef62 100644 --- a/src/PostIt/PostIt.Android/PostIt.Android.csproj +++ b/src/PostIt/PostIt.Android/PostIt.Android.csproj @@ -24,8 +24,6 @@ - - diff --git a/src/PostIt/PostIt.Android/Resources/values-v31/styles.xml b/src/PostIt/PostIt.Android/Resources/values-v31/styles.xml index d5ecec43..42a008c4 100644 --- a/src/PostIt/PostIt.Android/Resources/values-v31/styles.xml +++ b/src/PostIt/PostIt.Android/Resources/values-v31/styles.xml @@ -8,14 +8,5 @@ false @null true - @color/splash_background - @drawable/avalonia_anim - 1000 - @style/MyTheme.Main - - -