Launcher so far, app menu partially working

This commit is contained in:
ottoptj 2024-05-06 18:58:06 +03:00
commit 57721ac89b
47 changed files with 1693 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<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. -->
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowShowWallpaper">true</item>
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
</style>
</resources>