2024-07-23 14:24:00 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2023-03-20 19:57:51 +08:00
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
|
|
<style name="MyTheme">
|
|
|
|
|
</style>
|
|
|
|
|
|
2024-07-23 14:24:00 +08:00
|
|
|
|
<style name="MyTheme.NoActionBar" parent="@style/Theme.AppCompat.DayNight.NoActionBar">
|
2023-03-20 19:57:51 +08:00
|
|
|
|
<item name="android:windowActionBar">false</item>
|
|
|
|
|
<item name="android:windowBackground">@drawable/splash_screen</item>
|
2024-07-23 14:24:00 +08:00
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
2023-03-20 19:57:51 +08:00
|
|
|
|
</style>
|
|
|
|
|
</resources>
|