RecyclerView 中控件获取不到焦点,经检查发现自己设置了android:descendantFocusability=“blocksDescendants:”
RecyclerView 的 android:descendantFocusability属性
beforeDescendants:优先子控件获取到焦点
afterDescendants:viewgroup只有当其子类控件不需要获取焦点时才获取焦点
blocksDescendants:viewgroup会覆盖子类控件而直接获得焦点
RecyclerView 中edittext获取不到焦点
最新推荐文章于 2022-04-15 16:46:02 发布