From ad52afc6bcdaad95583ef7c619bc8c5749e78d76 Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期六, 18 三月 2023 03:58:19 +0800
Subject: [PATCH] 功能fragment标题栏
---
app/src/main/AndroidManifest.xml | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 667c88a..5934f9e 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -13,10 +13,27 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.Zhangshi_app_android"
+ android:usesCleartextTraffic="true"
+ android:networkSecurityConfig="@xml/network_security_config"
+ android:resizeableActivity="true"
+ android:maxAspectRatio="2.4"
tools:targetApi="31" >
+ <!--娌夋蹈寮忕姸鎬佹爮鍏ㄩ潰灞�-->
+ <meta-data
+ android:name="android.max_aspect"
+ android:value="2.4" />
+ <!--閫傞厤鍗庝负锛坔uawei锛夊垬娴峰睆-->
+ <meta-data
+ android:name="android.notch_support"
+ android:value="true"/>
+ <!--閫傞厤灏忕背锛坸iaomi锛夊垬娴峰睆-->
+ <meta-data
+ android:name="notch.config"
+ android:value="portrait|landscape" />
+
<activity
- android:name=".view.MainActivity"
+ android:name=".module.main.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
--
Gitblit v1.9.1