changes to remove fullscreen of app

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 10:43:10 +00:00
co-authored by Copilot
parent fea2e2f8f8
commit 1897f8a9e7
3 changed files with 7 additions and 2 deletions
@@ -13,10 +13,14 @@
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:background">@null</item>
<item name="android:windowFullscreen">false</item>
<item name="android:statusBarColor">@color/colorPrimaryDark</item>
</style>
<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
<item name="android:background">@drawable/splash</item>
<item name="postSplashScreenTheme">@style/AppTheme.NoActionBar</item>
<item name="android:statusBarColor">@color/colorPrimaryDark</item>
</style>
</resources>