android-splashscreen Questions

4

After implementing the Splash Screen API as indicated by Android documentation (also this and this), the launch activity (which goes right after the splash screen) does not have dynamic color themi...

4

Doesn't matter what I do, Play Console always shows a warning on my pre-launch report: The crawler detected a blank loading screen or a custom splash screen that is shown in your app after the syst...

3

I am trying to configure a splash screen in a React native app (android). When I open the app, first app icon (ic_launcher) is displayed with a white background and then, the splash screen is displ...
Eloisaeloise asked 3/6, 2023 at 12:48

2

I'm trying to make the background of an android 12 splash screen use @android:color/system_neutral1_900 as the background, but as I can see, the color loads only after the splash screen. Is there a...
Jaclin asked 23/7, 2022 at 18:15

2

I want to use new Android 12 API for Splash Screen, but if I use my drawable icon inside theme for parameter windowSplashScreenAnimatedIcon, its stretched. How can I adjust size of that icon? My ic...
Returnee asked 10/8, 2022 at 12:35

3

Am trying to migrate ionic cordova app to android 12 (api 32). Cannot use <splash> tags anymore. instead that I should use <preference name="AndroidWindowSplashScreenAnimatedIcon&quot...

3

Solved

Latest Beta version of Android SDK showcasing Default Splash Screen on every app running on Android 12 (Emulator), As per the requirements, we already have our own Splash Screen. If anyone have wor...
Aurel asked 24/6, 2021 at 6:33

3

Solved

I use the new splashscreen api to add an evenly splashscreen to all android versions down to API Level 23. Are there any requirements for the splash icon? Currently i try to use a svg and i thought...
Presbyter asked 1/12, 2021 at 8:57

1

Solved

I am creating a flutter app with a splashscreen. I have used the flutter_native_splash package however I cannot get it to fill the whole screen no matter what I change in manifest.xml, styles.xml a...
Unkind asked 23/11, 2022 at 22:37

0

I want to use my Jetpack compose Material theme background color instead of the hard-coded value in the XML resource file. Is there a way to do this? I found an answer but for the opposite How do I...

1

Solved

I'm doing the migration from Cordova 10.x to 11.x, and followed this article. On the former versions, user must provide the full images for all resolutions and define then using the <splash> ...
Haroldson asked 18/8, 2022 at 18:48

2

Solved

I've been following the documentation, but unfortunately it doesn't include the adaptation when using Material Component as app overall theme. <style name="Theme.App" parent="Th...

3

Solved

I'm trying to use the new Android 12 Splash Screen API but my app keeps crashing when opening the first activity. I have MainActivity as my launcher activity without any layout file associated to i...
Tiffanytiffi asked 9/1, 2022 at 20:32

3

Solved

I'm trying to implement, react-native-splash-screen on my Android APP. Splash screen works great, but when I try to customize my status bar color (see docs), I have this error: "incompatible ...

1

I want to display app icon (120dpx120dp) in SplashScreen. I am using Splash screens but it display bigger than 120dp. For any vector, it always bigger than 120dp. After screenshot and calculate by ...
Rentfree asked 13/9, 2021 at 8:55
1

© 2022 - 2025 — McMap. All rights reserved.