Reputation: 70
how can I make content boxes with different text layers in Android (see picture):
The boxes will be shown as a list (list view).
Any suggestion, links and tutorials about the subject are welcome!
Thank you very much.
/Jasper
Upvotes: 0
Views: 118
Reputation: 531
Make a listview with a custom layout, that layout will hosts one row (gray + green color). Here is an example : http://hmkcode.com/android-custom-listview-items-row/
Upvotes: 1