I would like to create a layout similar to what the default alarmclock in android has.
What i would like to create is something like this:
What is beeing used? Is it a ListView, TableLayout or what is it?
Also how do i create those toggle buttons to the left?
Answering my own question.
It is a listview with custom list items. Each listitem is built up by several other views mostly linear views.
More details in the source code.