Android custom button shape

I need to refer to these types of views, which have buttons below the example. http://www.planet1107.net/blog/custom-shape-uibutton-tutorial/

This is on iOS. so is there any way to do this in android. I also have to give click events on all of these buttons.

0
source share
1 answer

I would recommend exporting these custom images to png. Then adding png to your Android project and simply referring to them in code or XML. Then in the click event, you can simply change the icon to indicate that it has been clicked, and if the user clicks it again, change it.

, Android iOS.

0

All Articles