Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 394 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 394 Bytes

Circular Menu Android

It is an example of circular menu in android

Dependencies

1)In this project, build.gradle (project level) should be added with maven.

allprojects {
    repositories {
        ...
        jcenter()
        maven{ url "https://jitpack.io"}
    }
}
  1. Add App level dependencies:
dependencies {
  compile 'com.github.Hitomis:CircleMenu:v1.1.0'
  }