mob_pos/app/src/main/res/values/themes.xml

16 lines
578 B
XML
Raw Normal View History

2026-05-07 10:30:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
2026-05-12 17:48:05 +00:00
<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>
2026-05-07 10:30:10 +00:00
</resources>