tags:

views:

264

answers:

1

I would like to customize the shape of the button to different shapes like circle, star, square or of any shape. How would i achieve so?

A: 

I apologize because this doesn't answer your question, but:

In order to make sure the user can reliably click on your button, you probably want it to be a convex shape. A rectangle or circle is fine, and you could paint a star on it. But you wouldn't want the user to try to click your star and miss, just because they were not quite inside one of its arms.

Kevin Conner