CircleMenu icon indicating copy to clipboard operation
CircleMenu copied to clipboard

CircleMenu is a simple, elegant menu with a circular layout.

Results 8 CircleMenu issues
Sort by recently updated
recently updated
newest added

`Unable to start activity ComponentInfo{com.app.hiitdeckofcards/com.app.hiitdeckofcards.ui.bottomnavigation.BottomNavigationActivity}: android.view.InflateException: Binary XML file line #41 in com.app.hiitdeckofcards:layout/activity_bottom_navigation: Binary XML file line #339 in com.app.hiitdeckofcards:layout/fragment_home: Binary XML file line #339 in com.app.hiitdeckofcards:layout/fragment_home: Error inflating class...

Feature update: set a custom drawable as center menu icon

Hey @ImangazalievM Thanks for this great library I want to add custom drawable to the circle menu but as I see it just takes enum values "hamburger , plus" how...

I have a requirement of on dragging circle menu it should move on the screen. I tried adding ` circleMenu.setOnTouchListener(object : View.OnTouchListener { override fun onTouch(v: View?, event: MotionEvent?): Boolean...

Hello! I have following issues 1. Cannot set my own drawable in menu icon 2. When trying to hide menu icon, It is not hiding. Instead, It moves to random...

when convert app to rtl bad desig ![Capturelll](https://user-images.githubusercontent.com/3309531/111869679-22a9a480-8989-11eb-8432-64242aaadf97.PNG) n

I want to show the sub icon only on the upper side, not from the bottom of the main menu

Why can't fab be invisible or gone? I work single activity and And I don't want fab visible in any fragments.