How to set margin for Vertical Scrollbar from the right edge in ListView?

后端 未结 3 887
梦毁少年i
梦毁少年i 2020-12-28 16:30

For Android Platform:

I need to put margin on right side of the vertical scrollbar in listview (it is customized). Please see the attached image. Default scrollbar s

3条回答
  •  春和景丽
    2020-12-28 16:45

    Refer to documentation on android:scrollbarStyle attribute of View. The style you probably want to use is insideOverlay (in conjunction with android:paddingRight).

    Something like

    
        
        .
        .
        .
    

提交回复
热议问题