Android 自定义视图:旋转轮、“spinner”控制

发布于 2024-12-21 16:41:31 字数 136 浏览 0 评论 0原文

Android 是否有任何现有的旋转轮、旋转器(不是实际的 Android 旋转器)控件的实现?

示例:

在此处输入图像描述

Are there any existing implementations of rotating wheel, spinner like (not the actual android spinner) controls for Android?

Example:

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

娇纵 2024-12-28 16:41:31

有一些类似的东西您应该能够根据您的需要进行修改。

正如评论中提到的,您可以使用注意机器人模拟旋钮,边缘有点粗糙,但您可以将其用作底座。

还有创建 的分步演练旋转拨号器,这又不完全是您所追求的,但可以进一步修改。

最后一个可能是最有希望的,它是 Rotary Knob Widget,作者指出该实现可用作音量控制,与您的原始图片非常相似。

There are a couple of things that are similar that you should be able to modify to your needs.

As mentioned in the comments, you can use the Mind The Robot Analog Rotary Knob, which is a bit rough around the edges but you could use it as a base.

There's also a step-by-step walkthrough for creating a Rotating Dialer, which again isn't exactly what you're after but could be modified further.

The last one might be the most promising, which is a Rotary Knob Widget, the author states that the implementation could be useful as a volume control, which closely resembles your original picture.

嘴硬脾气大 2024-12-28 16:41:31

这是一个非常棒的 Android 拨号控件 https://bitbucket.org/warwick/hgdialrepo
它经过充分测试并且非常稳定。
以下是 YouTube 演示:https://youtu.be/h_7VxrZ2W-g
该库附带一个演示应用程序和源代码。
使用画布
希望这有帮助。

Here is a totally awesome dial control for android https://bitbucket.org/warwick/hgdialrepo
It's well tested and very stable.
Here is the youtube demonstration: https://youtu.be/h_7VxrZ2W-g
The library comes is a demo app and source code.
Uses Canvas
Hope this helps.

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