开发者

Mimic layout of android alarm clock

开发者 https://www.devze.com 2023-03-09 23:28 出处:网络
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:

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消