2019年7月22日
摘要: 上层recyclerView.setLayoutFrozen(true);下层可以接收到点击事件。 阅读全文
posted @ 2019-07-22 15:28 wp7ers 阅读(2752) 评论(0) 推荐(0)
摘要: RecyclerView只有一行 方法1: 将RecyclerView放在父容器RelativeLayout中,并设置RelativeLayout属性 android:descendantFocusability="blocksDescendants" 但是这样又会让RecyclerView的滑动与 阅读全文
posted @ 2019-07-22 15:17 wp7ers 阅读(185) 评论(0) 推荐(0)