Reposition scroll bar of ListView with padding

后端 未结 2 1177
攒了一身酷
攒了一身酷 2021-01-30 01:58

I have a ListView with padding to the right (and left).

Currently the list looks something like this:

-----------------  |
| ROW         | |         


        
2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-30 02:36

    add this to your list view

    android:scrollbarStyle="outsideInset"
    

    it will add a little padding and the scroll bar will be outside

提交回复
热议问题