Skip to content

Commit

Permalink
refactor #605 Add splash theme for v21 and over.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Aug 18, 2020
1 parent fad2a16 commit 65efe4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/values-v21/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@
<item name="windowNoTitle">true</item>
<item name="android:windowContentTransitions">true</item>
</style>

<style name="AppTheme.Splash">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowBackground">@drawable/splash</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowContentTransitions">true</item>
</style>
</resources>

0 comments on commit 65efe4f

Please sign in to comment.