fix themes

This commit is contained in:
moon 2026-05-13 10:51:10 +06:30
parent bdd252cda9
commit 5904b4f69a
3 changed files with 2 additions and 15 deletions

View File

@ -39,8 +39,7 @@
<activity <activity
android:name="com.mob.utsmyanmar.MainActivity" android:name="com.mob.utsmyanmar.MainActivity"
android:exported="true" android:exported="true"
android:label="@string/app_name" android:label="@string/app_name">
android:theme="@style/Theme.MOBPOS.Starting">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,16 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<style name="Theme.MOBPOS" parent="android:style/Theme.Material.Light.NoActionBar"/>
<style name="Theme.MOBPOS" parent="android:style/Theme.Material.Light.NoActionBar">
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowLightStatusBar">true</item>
</style>
<style name="Theme.MOBPOS.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/white</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher</item>
</style>
</resources> </resources>