Search code examples
androidbuttonclickable

Possible to create a button with two clickable areas?


Is it possible to create a button in android with two clickable areas? If so how? Thanks for any help.


Solution

  • You could add two buttons and use background images and set margins to 0, so that they practically look like a single button.