修复日志初始分屏比例无法调节问题。原因是两个窗口都存在LogView控件时,会引起未知原因的无法调节问题。只要启动窗口把LogView控件移除就可以了。

This commit is contained in:
ZhanGSKen
2025-09-26 19:43:06 +08:00
parent f2726ddc7a
commit 8963d2a5df
5 changed files with 26 additions and 19 deletions

View File

@@ -14,14 +14,14 @@
android:theme="@style/MyUtilsTheme"
android:supportsRtl="true"
android:resizeableActivity="true"
android:screenOrientation="unspecified"
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:exported="true"
android:resizeableActivity="true">
android:exported="true">
<intent-filter>