Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button outside the circle view #24

Open
marcoin opened this issue Apr 10, 2018 · 0 comments
Open

Button outside the circle view #24

marcoin opened this issue Apr 10, 2018 · 0 comments

Comments

@marcoin
Copy link

marcoin commented Apr 10, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant