How to make rotating menu

前端 未结 4 1397
情歌与酒
情歌与酒 2020-12-08 11:51

I have a question about rotating menu in android. I would like to make animated menu moving like gun cylinder.

<script

4条回答
  •  死守一世寂寞
    2020-12-08 12:42

    The best which I have implemented is the Circle Menu. This simple implementation of a circle menu for Android applications looks like the following screenshot ...

    To download the package ...

    Maven repo:

    
        com.github.szugyi
        Android-CircleMenu
        2.0.0
    
    

    or Gradle:

    compile 'com.github.szugyi:Android-CircleMenu:2.0.0'
    

    Android-CircleMenu requires Android 4.0.

提交回复
热议问题