Is there a way I can create a button which is shaped as a triangle?
I know I can put a triangle image as background, but this will make the area outside the triangle clickable.
Is there a way to sey the button corners X and Y so I could make it triangular?
Is there a way I can create a button which is shaped as a
Share
You can override the OnTouch Event method in a CustomView / CustomButton
Inside you have the MotionEvent were you can check if the Touch was inside your Triangle (with the help of some mathematics :P)