Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/191.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 键盘关闭后,RecyclerView不会在正确的位置显示项目_Android_User Interface_Android Recyclerview_Keyboard - Fatal编程技术网

Android 键盘关闭后,RecyclerView不会在正确的位置显示项目

Android 键盘关闭后,RecyclerView不会在正确的位置显示项目,android,user-interface,android-recyclerview,keyboard,Android,User Interface,Android Recyclerview,Keyboard,我有一个如下的视图,我有一个包含100个项目的列表。所有内容都显示正确,但当我点击editText插入数据时,应用程序运行缓慢,然后在键盘按下后,列表显示如下图所示。我搜索并设置了android:WindowsOfInputMode=“adjustPan”,但这一行没有任何变化,有时会出现以下错误 Reason: Input dispatching timed out (Waiting because the touched window's input channel is full.

我有一个如下的视图,我有一个包含100个项目的列表。所有内容都显示正确,但当我点击
editText
插入数据时,应用程序运行缓慢,然后在键盘按下后,列表显示如下图所示。我搜索并设置了android:WindowsOfInputMode=“adjustPan”,但这一行没有任何变化,有时会出现以下错误

Reason: Input dispatching timed out (Waiting because the touched window's input channel is full.  Outbound queue length: 1.  Wait queue length: 52.)