稍微完善输入法以及输入法体验页
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user