I have a say myButton button. I want to programmatically adjust the radius of the upper left corner of the button. I'm looking for something like
myButton.setTopLeftCornerRadius(10);
I searched for a method like "setcornerradius" in eclipse but got nothing.
source share