From 31b7700b976a46901f67c5d7a00281ca4745fc9f Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期六, 07 十月 2023 21:44:35 +0800
Subject: [PATCH] 调整旅游模块功能

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

diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index a0574bc..32a46f7 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -15,6 +15,8 @@
     </style>
 
     <style name="Theme.app" parent="Theme.AppCompat.DayNight.NoActionBar">
+        <!-- 鍏ㄥ眬瀛椾綋 -->
+        <item name="android:fontFamily">@font/roboto_regular</item>
         <!-- 绐楀彛鑳屾櫙棰滆壊 -->
         <item name="android:windowBackground">@color/windowBackground</item>
         <!-- 搴旂敤鐨勪富瑕佽壊璋冿紝ActionBar Toolbar 榛樿浣跨敤璇ラ鑹� -->
@@ -39,5 +41,11 @@
         <!-- 鍏抽棴 RecyclerView ScrollView ViewPager 姘存尝绾规晥鏋� -->
         <item name="android:overScrollMode">never</item>
 
+
+    </style>
+
+    <!-- 鍏ㄥ睆涓婚鏍峰紡 -->
+    <style name="FullScreenTheme" parent="Theme.app">
+        <item name="android:windowFullscreen">true</item>
     </style>
 </resources>
\ No newline at end of file

--
Gitblit v1.9.1