How to show the Scrollbar in a NestedScrollView

后端 未结 2 686
醉酒成梦
醉酒成梦 2021-02-08 04:33

Hey i implemented a NestedScrollView in an Activity, but i cant show the scrollbar like i do in a ScrollView, can you guys.

How can I show it?



        
2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-08 04:49

    I found the solution, first set the NestedScrollView behaviour to "@string/appbar_scrolling_view_behavior" then, I created a style to show the scrollbars in all NestedScrollViews where I need it.

    in styles.xml:

    
        
    
        
    
    

    in the layout:

    
    
        
        
    
    

提交回复
热议问题