Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
style.xml (Flavor finalByWindowBackgroundNull)
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowBackground">@null</item>
//...
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment