CircleMenu icon indicating copy to clipboard operation
CircleMenu copied to clipboard

Delicate, chic and supports customizable circle menu

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

Main activity where I am loading child fragments gets empty, till all the fragments are laoded. Please help.

How can add label text title to each menu Thank you in advance

activity设置横屏显示,在点选菜单的时候,关闭动画开始的时候,会在4个角的任意一角出现半圆,请悉知! 猜测:关闭动画应该是画布移动0,0导致的

Not able to perform onMenuSelectedListener on Sub Menu in Android Kotlin...

With this the circle does not turn fully, it turns half way and open the new activity. how would I solve the issue? circleMenu.setOnMenuSelectedListener(new OnMenuSelectedListener() { @Override public void onMenuSelected(int...

Hi Hitomis, I want to add onClickListner on the sub-menus. I added the following code but it is not working. `Intent intent1 = new Intent(this,Activity2.class); this.startActivity(intent1); return true;` Please help...

SetClickable SetEnable take no effect. I would like to prevent multiple clicks when an async call is made, but SetClickable SetEnable take no effect. The menu is always enabled.

How to make icons larger?

Hello, I want to menu be open as default. is that possible? Thank for this great menu.