Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ramseth001/91bf2df655dc8ceea9fe8a6045f53ea5 to your computer and use it in GitHub Desktop.
Save ramseth001/91bf2df655dc8ceea9fe8a6045f53ea5 to your computer and use it in GitHub Desktop.
Prevent white screen on app start up
<item name="android:windowDisablePreview">true</item>
<item name="android:windowIsTranslucent">true</item>
add this to app theme in style.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment