软键盘正在移动我的布局,即使我使用windowSoftInputMode =“adjustResize”

时间:2018-03-15 12:41:07

标签: android keyboard

即使我使用了windowSoftInputMode =“adjustResize”,软键盘也在向上移动我的布局。它仅适用于设备魅族m3音符。

<activity
        android:name=".v2.activities.VideoFullViewActivity"
        android:label="Video Full View"
        android:windowSoftInputMode="adjustResize"
        android:parentActivityName=".v2.activities.MainActivity"
        android:theme="@style/SamosaBaseTheme.NoActionBar"
        android:screenOrientation="portrait">

0 个答案:

没有答案