Android软键盘AdjustPan进一步向上调整视图

时间:2019-03-04 23:11:54

标签: java android xml

我有一个类似这样的活动:

enter image description here

我已将活动设置为包括EditTexts的AdjustPan

<activity
        android:name="com.example.LoginActivity"
        android:theme="@style/AppTheme.NoActionBar"
        android:windowSoftInputMode="adjustPan"
        android:screenOrientation="landscape">
    </activity>

因此,当“驱动程序” EditText具有焦点时,活动将如下所示:

enter image description here

但是,我希望窗口进一步平移,以便在“驱动程序” EditText具有焦点时在软键盘上方显示“密码” EditText和按钮。像这样:

enter image description here

这可能吗?如果可能的话,我想避免使用adjustResize。 任何输入都会有所帮助,谢谢。

0 个答案:

没有答案