Got rid of status bar and made animation apply to the window instead of the layout.

This commit is contained in:
ottoptj 2024-05-31 12:23:40 +03:00
commit d0112bbbe4
7 changed files with 29 additions and 58 deletions

View file

@ -1,11 +1,9 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.YamLauncher" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your dark theme here. -->
<style name="Base.Theme.YamLauncher" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:colorBackgroundCacheHint">@android:color/transparent</item>
<item name="android:windowShowWallpaper">true</item>
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
</style>
</resources>