NestedScrollview won't start from top

前端 未结 5 1101
借酒劲吻你
借酒劲吻你 2020-12-04 17:54

I have a Recyclerview in a NestedScrollview.. everything is working fine except one thig. I have total three view in NestedScrollview First two are LinearLayout then Recycle

5条回答
  •  离开以前
    2020-12-04 18:04

    Just add this line to child of NestedScrollView in xml:

    android:focusableInTouchMode="true"
    

提交回复
热议问题