Mimic layout of android alarm clock
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 开发者_C百科this:
Android Alarm Clock
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.
精彩评论