Created
June 19, 2019 05:34
-
-
Save ramseth001/91bf2df655dc8ceea9fe8a6045f53ea5 to your computer and use it in GitHub Desktop.
Prevent white screen on app start up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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