I am trying to implement a configuration layout like the one in whatsApp.
The layout looks like a listview, but every row can have different layout and onclick event.
Using a listview doesn't seems to be the right choice, so I tried to mimic the layout with a vertical linearlayout and several textviews, but turned out the look and feel doesn't quite right.
Am I missing any default layout? Or any suggestion is appreciated. Thanks.
Listview like layout
When the row is onclick