1
Removing Default Splash Screen for Android 12+
Aug 18, 2023
Bismillah, I am using Android 13, which provides a default splash screen for all applications. Unfortunately, the Pillars app displays a pixelated icon, and it bothers me a bit. Perhaps it's possible to simply disable the default splash screen using the code
<item name="android:windowIsTranslucent">true</item>
in the themes.xml file, and it's also possible to add our own custom splash screen to make it more aesthetically pleasing. Jazakumullahu khairan!
Comments
No-one has commented on this post yet.