Scroll doesn't work in NestedScrollView when try to scroll from views with click events

前端 未结 4 1013
时光说笑
时光说笑 2020-12-24 07:19

I\'m using a NestedScrollView in a layout, and am attempting to use the new CoordinatorLayout from the design support library for CollapsingToolbarLayout.

My layout

4条回答
  •  死守一世寂寞
    2020-12-24 07:29

    In your AndroidManifest.xml, make sure you have 'windowSoftInputMode' attribute set to 'adjustResize'.

    
    

提交回复
热议问题