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 | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 385fe95..638908d 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -12,8 +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:windowTranslucentNavigation">true</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> @@ -37,7 +38,7 @@ <style name="Custom_Dialog"> <!--鑳屾櫙棰滆壊鍙婂拰閫忔槑绋嬪害--> - <item name="android:windowBackground">#000000</item> + <item name="android:windowBackground">#00000000</item> <!--鏄惁鍘婚櫎鏍囬 鎸嘾ialog寮规鏍囬--> <item name="android:windowNoTitle">true</item> <!--鏄惁鍘婚櫎杈规 --> -- Gitblit v1.8.0