电位器圆形按钮

时间:2014-07-23 08:29:39

标签: java android xml button view

我必须制作音量按钮。

按钮必须像在现实生活中一样使用:表示用户将其拖动到圆圈中

问题是我不知道怎么做

我已经通过谷歌和我发现的唯一的事情是如何做一个圆形搜索栏,这是不好的,因为我只有一个图像/按钮

我怎样才能实现这一目标?

the button

behind the button

编辑1:

现在我发现了这个:

http://code.tutsplus.com/tutorials/android-sdk-creating-a-rotating-dialer--mobile-8868

http://upload.wikimedia.org/wikipedia/commons/1/1a/Cartesian_coordinates_2D.svg

1 个答案:

答案 0 :(得分:1)

最好的方法是创建own custom View 但如果你不想这样做。

然后只需使用此SeekArc around您的图片和customize its thumb and color即可查看您的视图并根据需要更改音量。

如果你需要任何助手,请问我

Custom Rotatory knob