0

I have this screenshot from my iPhone; I'm trying to make the same layout in Android. I finished the buttons on the left, but now I'm working on the group of four white buttons on the right.

I think they are styled as UITableViewstyleGrouped.

They remind me of segmented layouts but segmented layouts are basically radio buttons, while these are not.

Is there an android version of these?

screenshot

Community
  • 1
  • 1
Thunder Rabbit
  • 5,405
  • 8
  • 44
  • 82
  • Have a look at this [Post](http://stackoverflow.com/q/7214062/593709) – Adil Soomro Dec 01 '11 at 08:28
  • ah! you got me started on a good track with the shape tag. I found a more fully elaborated version http://stackoverflow.com/a/1726352/194309 I'll mix yours with that and hopefully can get it sorted. – Thunder Rabbit Dec 01 '11 at 09:11

1 Answers1

0

You can use a custom ListView.

More about ListView here or for a custom ListView tutorial check this.

jenzz
  • 7,239
  • 6
  • 49
  • 69
Aurelian Cotuna
  • 3,076
  • 3
  • 29
  • 49