创建自定义视图,如轮子组件

发布于 2024-12-09 15:01:16 字数 557 浏览 0 评论 0原文

我见过这个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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

萌能量女王 2024-12-16 15:01:16

它是一个自定义组件。您可以像这样制作自己的组件。
这是滚轮视图组件的演示应用程序

单击此处

It is a custom component.You can make your own component like that.
Here is a demo application for wheel view component

Click here

遗失的美好 2024-12-16 15:01:16

您提供的屏幕截图看起来像是使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文