Hitomis / CircleMenu

Delicate, chic and supports customizable circle menu
955 stars 140 forks source link

Button outside the circle view #24

Open marcoin opened 6 years ago

marcoin commented 6 years ago

hello Hitomi, i have 5 Buttons in my Activity, when i click on the any button, its menu should be opened as a circle

i tried to put the implementation of the circle menu inside the onclick of btn_car button but it did't work ` @Override public void onClick(View v) { switch (v.getId()){ case R.id.btn_car: //Here the implementation of circle Menu of Car, when btn_car is clicked

       break;`

Can you please help?