mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 08:21:35 +00:00
Add launch screen. Fixes https://github.com/austinhuang0131/barinsta/issues/410
This commit is contained in:
parent
8e32958da6
commit
d7ecc935f7
4 changed files with 15 additions and 1 deletions
|
|
@ -140,4 +140,8 @@
|
|||
<item name="dmOutgoingBgColor">@color/deep_purple_400</item>
|
||||
<item name="dmDateHeaderBgColor">@color/deep_purple_600</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.Launcher" parent="AppTheme.Dark">
|
||||
<item name="android:windowBackground">@drawable/launch_screen</item>
|
||||
</style>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue