Android – how to scroll up in the list view when the keyboard appears

I want to know what methods in this question can run in Android. I use listview and add EditText to it. I have the same problem as the above problem. I can't find the answer in Android

thank you.

resolvent:

In your list, try this

<activity android:name=".MyActivity" android:label="@string/app_name" android:windowSoftInputMode="adjustPan">

</activity>

What you need is Android: windowsoftinputmode = "adjustpan"

Try!

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>