Circular View with Button Press Effect

311 Views Asked by At

I am looking for a custom component to design a circular remote control view like the image below with different button and background color.

enter image description here

Each button should be touchable with proper press effect. I did find a useful library with this I am able to create somewhat similar design but still there are lots of improvement required like Press effect/ Inner and outer circle padding radius etc. Please help me to find the better option for this.

2

There are 2 best solutions below

2
Cüneyt On BEST ANSWER

enter image description here

I think tihs is your answer. You can download here. https://code.google.com/p/radial-menu-widget/

0
user2641570 On

You could make your own class extending view. You will then be able to override onDraw() and draw whatever you want.

You could also use default android Button with a custom xml selector defined with a different image ressource for pressed/not pressed states.