GridView rows outer margin

后端 未结 2 2001
無奈伤痛
無奈伤痛 2021-01-30 09:30

I cannot find out a way to add an outer margin to the GridView rows. I found the setHorizontalSpacing and setVerticalSpacing properties which add inner

2条回答
  •  囚心锁ツ
    2021-01-30 09:34

    You can use android:clipToPadding=false to add padding that doesn't stay when the items are scrolled. Like this

    
    

    And if you want the scrollbar on the outside of the padding area, set android:scrollbarStyle="outsideOverlay" thanks @Karl!

提交回复
热议问题