EditText在ListView中的键盘焦点问题

2017/11/27 android 共 383 字,约 2 分钟

Android开发中遇到的EditText在ListView中的键盘焦点问题,网上解决方法很多,但是都比较麻烦,其实最简单的解决方案就是:

其他,有说要在RecyclerView控件中添加:

android:descendantFocusability="beforeDescendants"
android:fastScrollEnabled="false"

所在activity的AndroidManifest.xml属性添加:

android:windowSoftInputMode="stateHidden|adjustPan"

貌似不加也可以。

文档信息

Search

    Table of Contents