xattacker / CircularMenuLayout

an Android Circular Menu Layout component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircularMenuLayout

Android Circular Menu Layout component

The UI Component implemented by ConstraintLayout's property circleAngle
and provides mode MANUAL/AUTO :
avatar

Setup:

minSdkVersion: 14 Download

allprojects {
    repositories {
        ...
        jcenter()
    }
}

dependencies {
    implementation 'com.xattacker.android:CircularMenuLayout:1.0.1'
}

About

an Android Circular Menu Layout component

License:MIT License


Languages

Language:Kotlin 97.1%Language:Shell 2.9%