From bbe392dd4f624528035cdc9ee2d137ee07ef611c Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期五, 25 十一月 2022 17:40:43 +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