I’d like to put one star-shaped button in my app, just like a rating star. I’ve already tried to use a one star rating bar, but unfortunately it doesn’t work as a button.
I’d like it to work as a button, even better if the background of the selected state is yellow…any suggestions? Thanks.
Sure, use a layout resource like this:
You can pair this with a state list drawable defined like this that is saved as an XML file at
res/drawable/star.xml:Here are the images that pack with Android itself: