Skip to content

Commit

Permalink
Fix splash screen on KitKat+
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Feb 2, 2019
1 parent 4b4aa14 commit 43c0cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/full/res/values-v19/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<resources>

<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@drawable/ic_splash_activity</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>
Expand Down

0 comments on commit 43c0cac

Please sign in to comment.