我在回收器视图中创建了一个回收器视图,每行都有一个水平回收器视图。现在,当我尝试通过子回收器视图(水平回收器视图),我不能这样做。我添加了requestfocus和focusable= true。
还是不能得到焦点。
发布于 2017-10-05 08:41:40
尝试将以下内容放入recyclerviews
android:descendantFocusability="afterdescendants"
https://stackoverflow.com/questions/44369924
复制相似问题