创建自定义视图,如轮子组件
我见过这个1 在几个应用程序中,我想问一下使用了哪些组件。我说的是底部的 3 个列表,看起来像一个轮子...第一个可以影响第三个,因为总和必须为 100。
I have seen this 1 in several applications and I would like to ask what components were used..I am talking about the 3 lists at the bottom looking like a wheel...the first can affect the 3rd because the sum must be 100.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它是一个自定义组件。您可以像这样制作自己的组件。
这是滚轮视图组件的演示应用程序
单击此处
It is a custom component.You can make your own component like that.
Here is a demo application for wheel view component
Click here
您提供的屏幕截图看起来像是使用 Android 滚轮小部件的修改版本。
让它们相互更新是一种修改,可以通过扩展小部件中包含的 AbstractWheelTextAdapter 来完成。
The screenshot you provided looks like it's using a modified version of the android wheel widget.
Having them update in regard to each other is a modification than can be done by extending the AbstractWheelTextAdapter included with the widget.