Skip to content

Commit 0079c5f

Browse files
committed
更新测试Demo,添加对WindowSoftinputMode的测试代码
1 parent 6960197 commit 0079c5f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
41 Bytes
Binary file not shown.

PluginTest/AndroidManifest.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<meta-data android:name="test_meta_1" android:value="123"/>
2424

2525
<activity
26-
android:name="com.example.plugintest.activity.PluginTestActivity" >
26+
android:name="com.example.plugintest.activity.PluginTestActivity"
27+
android:screenOrientation="landscape">
2728
<intent-filter>
2829
<action
2930
android:name="test.abc" />
@@ -34,7 +35,8 @@
3435
</activity>
3536

3637
<activity
37-
android:name="com.example.plugintest.activity.PluginFragmentTestActivity" >
38+
android:name="com.example.plugintest.activity.PluginFragmentTestActivity"
39+
android:windowSoftInputMode="stateAlwaysVisible">
3840
<intent-filter>
3941
<action
4042
android:name="test.def" />
@@ -46,12 +48,11 @@
4648

4749
<activity
4850
android:name="com.example.plugintest.activity.PluginNotInManifestActivity"
49-
android:windowSoftInputMode="adjustPan"
51+
android:theme="@style/PluginTheme"
5052
android:launchMode="singleTop"
5153
android:immersive="true"
52-
android:screenOrientation="landscape"
5354
android:uiOptions="splitActionBarWhenNarrow"
54-
android:theme="@style/PluginTheme">
55+
android:hardwareAccelerated="true">
5556
<intent-filter>
5657
<action
5758
android:name="test.xyz1" />

0 commit comments

Comments
 (0)