Backport splash screen to API 26 (#2747)

This commit is contained in:
Phil Oliver 2025-08-15 21:33:30 -04:00 committed by GitHub
parent e9a03e5658
commit 69841ebd59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 86 additions and 4 deletions

View file

@ -104,7 +104,7 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:hardwareAccelerated="true"
android:theme="@style/AppTheme"
android:theme="@style/SplashTheme"
android:localeConfig="@xml/locales_config">
<!-- Default crash collection and analytics off until we (possibly) turn it on in application.onCreate -->