From d61d2bb45766f984f11a19d79b0afe1b65af4136 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 23 十一月 2022 17:05:05 +0800
Subject: [PATCH] 增加主题样式

---
 AndroidOpenDemo/app/src/main/res/values/styles.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/AndroidOpenDemo/app/src/main/res/values/styles.xml b/AndroidOpenDemo/app/src/main/res/values/styles.xml
index 2f3a3e5..cca61c2 100644
--- a/AndroidOpenDemo/app/src/main/res/values/styles.xml
+++ b/AndroidOpenDemo/app/src/main/res/values/styles.xml
@@ -45,4 +45,9 @@
         <item name="android:textCursorDrawable">@drawable/common_edit_text_cursor_bg</item>
         <item name="android:textSize">15sp</item>
     </style>
+    <style name="device_page_style" parent="@style/Theme.AppCompat.NoActionBar">
+        <item name="background_color">#FF000000</item>
+        <item name="android:windowIsTranslucent">false</item>
+        <item name="android:statusBarColor">#000000</item>
+    </style>
 </resources>

--
Gitblit v1.8.0