From 1df231fd6aafa221aef3532d069c7e27d4331be7 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期日, 27 八月 2023 19:21:01 +0800 Subject: [PATCH] 功能全部完成 --- app/src/main/res/values/themes.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index a0574bc..300f121 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 榛樿浣跨敤璇ラ鑹� --> @@ -40,4 +42,9 @@ <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