使用adjustpan时,工具栏会离开屏幕

时间:2023-01-22 22:49:26

I am using the toolbar like in this post of google developers (appcompat-v21)

我在谷歌开发者的这篇文章中使用工具栏(appcompat-v21)

It works perfectly except when I press my editText. I set in manifest:

除非我按下editText,否则它的效果非常好。我在清单中设置:

android:windowSoftInputMode="adjustPan"

But when the keyboard goes under my editText, the toolbar moves off screen.

但是当键盘位于我的editText下时,工具栏会移出屏幕。

Any way to solve this?

有办法解决这个问题吗?

EDIT: adjustResize is not working in Lollipop and Kitkat, in JB yes.

编辑:adjustResize不适用于Lollipop和Kitkat,在JB中。

EDIT2: it is caused by: when I set it true.

EDIT2:它是由:当我设置为true时引起的。

1 个解决方案

#1


0  

Try adjustResize in your code. It should work fine.

在代码中尝试adjustResize。它应该工作正常。

android:windowSoftInputMode="adjustResize"

#1


0  

Try adjustResize in your code. It should work fine.

在代码中尝试adjustResize。它应该工作正常。

android:windowSoftInputMode="adjustResize"