Issue
I'm working on my first app and I got stuck.
I was wondering how is it possible to choose only one button at a time when all are in the same linear layout? Also, when it was selected - to change the color of the selected button.
For example, in the screenshot below I uploaded you can see the 4 buttons in the same layout.
Solution
I decided to go with radioGroup and radioButtons as a solution.
Worked like a charm.
Answered By - Eliran Liri Elgozi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.