稍微完善输入法以及输入法体验页

This commit is contained in:
pengxiaolong
2025-12-11 14:52:29 +08:00
parent 867dad509e
commit 79b5bc0273
45 changed files with 2174 additions and 727 deletions

View File

@@ -18,7 +18,6 @@
android:name=".SplashActivity"
android:exported="true"
android:theme="@style/Theme.MyApp.Splash">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
@@ -33,7 +32,8 @@
<!-- 输入法体验页 -->
<activity
android:name=".GuideActivity"
android:exported="true"/>
android:exported="true"
android:windowSoftInputMode="stateHidden|adjustNothing" />
<!-- 引导页 -->
<activity