How to set border of GridView on Android

后端 未结 4 1843
小蘑菇
小蘑菇 2020-12-05 08:57

How to set border of GridView.
Such as Divider and DividerHeight of ListView.
Or how to display the border.

4条回答
  •  独厮守ぢ
    2020-12-05 09:29

    I add these views around my gallery image in the image row xml:

    
    
    
    
    
    
    
    
    • Note that I'm using a custom layout and adapter for my GridView

提交回复
热议问题