Search code examples
androidlistviewborderlistviewitem

How to make a ListView with this border?


I want to make a ListView like the foursquare (image below). I'm familiar with custom items.

enter image description here


Solution

  • You can create a layout inside of another layout in your xml. Give the outer layout a grey background, then add in padding to border of the inner layout.