first commit for branch

This commit is contained in:
wildercayden
2026-03-05 09:33:24 -05:00
parent decc3f207a
commit 0f9078ab50
1384 changed files with 27029 additions and 81292 deletions

View File

@@ -0,0 +1,12 @@
<resources>
<style name="Base.Theme.ScoutFleetLauncher" parent="Theme.Material3.DayNight.NoActionBar">
<item name="android:windowShowWallpaper">true</item>
</style>
<style name="Theme.ScoutFleetLauncher" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<item name="android:windowShowWallpaper">true</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
</style>
</resources>