Seamless nested scrolling (Android)

前端 未结 8 1451
不知归路
不知归路 2020-12-15 01:46

We\'ve all been advised against nesting views that contain a scrolling mechanism. However, in the latest Android release (5.0), the Phone app caught my attention with what s

8条回答
  •  抹茶落季
    2020-12-15 02:01

    Add latest support package 'com.android.support:support-v4:22.1.1' to your project. And try this:

    
    
            
               
            
        
    

    By default nested scrolling is Enabled.

提交回复
热议问题