lschmid83 / 12-Step-Recovery-Guide

This is an Android app written in Java and Android Studio. It provides 12-Step reading materials, daily quotes, meditations, motivational images, a meeting map and speaker tapes.
https://www.citexsoftware.co.uk/recovery-meeting-finder
44 stars 0 forks source link

The icon displayed in the screen that appears before the custom application splash screen is blurred #28

Closed lschmid83 closed 3 months ago

lschmid83 commented 3 months ago

When the application starts before the custom splash screen is displayed Android defaults to a screen which uses the app launcher icon. This icon is too low resolution and appears blurred.

lschmid83 commented 3 months ago

I have added item name="android:windowIsTranslucent" to the SplashScreenTheme style in values/themes.xml. This has made the default splash screen translucent and only the custom splash screen is displayed when the application starts.