第一次提交

This commit is contained in:
xuhuixiang
2025-04-22 14:27:38 +08:00
parent 425bc1475e
commit 0ad9ee980a
1011 changed files with 8929 additions and 8657 deletions

View File

@@ -23,24 +23,24 @@
</style>
<style name="Theme.Xkit1" parent="Theme.MaterialComponents.Light.NoActionBar.Bridge">
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="colorPrimary">@color/transparent</item>
<item name="colorPrimaryDark">@color/transparent</item>
<item name="colorAccent">@color/transparent</item>
<item name="windowActionBar">false</item>
<!-- 隐藏Activity窗口的Title标题栏 -->
<item name="windowNoTitle">true</item>
<!-- <item name="android:windowFullscreen">true</item>-->
<item name="android:windowBackground">@drawable/splash_bg</item>
<item name="android:navigationBarColor">#fffafa</item>
<!-- <item name="android:windowBackground">@mipmap/big_bg</item>-->
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
<!-- <style name="Theme.Xkit1" parent="Theme.MaterialComponents.Light.NoActionBar.Bridge">-->
<!-- <item name="android:windowTranslucentStatus">false</item>-->
<!-- <item name="android:windowTranslucentNavigation">true</item>-->
<!-- <item name="android:statusBarColor">@android:color/transparent</item>-->
<!-- <item name="colorPrimary">@color/transparent</item>-->
<!-- <item name="colorPrimaryDark">@color/transparent</item>-->
<!-- <item name="colorAccent">@color/transparent</item>-->
<!-- <item name="windowActionBar">false</item>-->
<!-- &lt;!&ndash; 隐藏Activity窗口的Title标题栏 &ndash;&gt;-->
<!-- <item name="windowNoTitle">true</item>-->
<!-- &lt;!&ndash; <item name="android:windowFullscreen">true</item>&ndash;&gt;-->
<!-- <item name="android:windowBackground">@drawable/splash_bg</item>-->
<!-- <item name="android:navigationBarColor">#fffafa</item>-->
<!-- &lt;!&ndash; <item name="android:windowBackground">@mipmap/big_bg</item>&ndash;&gt;-->
<!-- <item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>-->
<!-- Customize your theme here. -->
</style>
<!-- &lt;!&ndash; Customize your theme here. &ndash;&gt;-->
<!-- </style>-->
<style name="MaterialDesignDialog" parent="@style/Theme.AppCompat.Dialog">
<!-- 背景透明 -->