如何在Android 4.2上实现圆形轮效果?

时间:2014-06-07 11:06:48

标签: android rotation imageview android-custom-view image-rotation

如下图效果图,如何实现效果?

enter image description here

注意:

  1. 用户可以旋转圆圈以选择所需的值

  2. 箭头指向的值(100,200,... 3200)匹配圆圈背景上的值

  3. 我可以使用 mMatrix.postRotate(...) setImageMatrix(mMatrix)来旋转圆圈。但是,我找不到合适的方法来匹配圆圈上的所需值和正确值。

    我搜索了相关的问题并花了太多时间,但我仍然不知道这个不匹配的问题。

    效果与chordwheel相同。

    相关链接:

    (1)rotate dial in limited degrees

    (2)Draw text in circular view?

    (3)Rotate Images Around a Circle?

    (4)Radial menu android with button click?

0 个答案:

没有答案