Jasper
Jasper

Reputation: 70

Android Content Box - custom listview

how can I make content boxes with different text layers in Android (see picture): enter image description here

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

Answers (1)

OWZY
OWZY

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

Related Questions