Android闹钟的模仿布局
我想创建一个类似于 android 中默认闹钟的布局。 我想创建的是这样的:
beeing 是用来做什么的?是ListView、TableLayout 还是什么?
另外,我如何在左侧创建这些切换按钮?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答我自己的问题。
它是一个带有自定义列表项的列表视图。每个列表项都是由几个其他视图(主要是线性视图)构建的。
更多详细信息,请参见源代码 。
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.