1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 08:21:35 +00:00
This commit is contained in:
Ammar Githam 2021-03-20 13:49:13 +09:00
parent 8e32958da6
commit d7ecc935f7
4 changed files with 15 additions and 1 deletions

View file

@ -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>