From f21dcea3e5f6fc7bfc51b3ddc6ff9764fb93bfdb Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 11 十二月 2024 11:25:37 +0800
Subject: [PATCH] 2024年12月11日11:25:28

---
 app/src/main/res/values/themes.xml |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 4d63de5..638908d 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -12,15 +12,9 @@
         <!-- Status bar color. -->
         <item name="android:statusBarColor" tools:targetApi="l">@color/text_00000000</item>
         <!-- Customize your theme here.  app鍚姩鍥剧墖卢-->
-        <item name="android:windowBackground">@color/text_00000000</item>
+        <item name="android:windowBackground">@drawable/logo_bj</item>
         <item name="android:windowTranslucentNavigation">false</item>
         <item name="android:navigationBarColor">@color/text_FF161616</item>
-        <!--        <item name="android:windowNoTitle">true</item>-->
-        <!--        <item name="android:windowFullscreen">true</item>-->
-    </style>
-
-    <style name="SingleInterfaceTheme" parent="Theme.PhotovoltaicDebug">
-        <item name="android:navigationBarColor">@color/text_FF333738</item>
         <!--        <item name="android:windowNoTitle">true</item>-->
         <!--        <item name="android:windowFullscreen">true</item>-->
     </style>

--
Gitblit v1.8.0