allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.yhongm:HalfCircleArcMenu:master'
}
<com.yhongm.arcmenu.ArcMenu
app:main_btn_img="@drawable/main_btn" //中间主按钮的背景
android:id="@+id/arcMenu"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true">
</com.yhongm.arcmenu.ArcMenu>