fix:
update:基本界面完成
This commit is contained in:
2025-11-28 20:13:02 +08:00
parent 5ae6a6ebe9
commit a34a680689
628 changed files with 20450 additions and 1909 deletions

View File

@@ -102,6 +102,32 @@
android:screenOrientation="landscape"
android:stateNotNeeded="true"
android:exported="true"
android:theme="@style/AppThemeWithoutFitsSystemWindows"
android:windowSoftInputMode="adjustPan">
<!-- <intent-filter>-->
<!-- <action android:name="android.intent.action.MAIN" />-->
<!-- <category android:name="android.intent.category.HOME" />-->
<!-- <category android:name="android.intent.category.DEFAULT" />-->
<!-- <category android:name="android.intent.category.MONKEY" />-->
<!-- <category android:name="android.intent.category.LAUNCHER_APP" />-->
<!-- <category android:name="android.intent.category.LAUNCHER" />-->
<!-- </intent-filter>-->
</activity>
<activity
android:name=".activity.home.HomeActivity"
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation|touchscreen"
android:enabled="true"
android:excludeFromRecents="true"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:resumeWhilePausing="true"
android:screenOrientation="landscape"
android:stateNotNeeded="true"
android:exported="true"
android:theme="@style/AppThemeWithoutFitsSystemWindows"
android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -323,11 +349,11 @@
<meta-data
android:name="design_width_in_dp"
android:value="360" />
android:value="640" />
<meta-data
android:name="design_height_in_dp"
android:value="640" />
android:value="360" />
</application>
</manifest>