Reputation: 43
In android i am trying to add multiple images and multiple text in a single button here is a image link to what i am trying to do. "https://i.sstatic.net/iqRRu.jpg"i would love and appreciate any help on this i can get. Also to get the Circle images i was think of just using a drawable is the the best thing to do? I don't know how to make the image/profile picture to be a circle because when i add the drawable it adds it to the whole button not just the profile picture. Thank you very much for your help!
Upvotes: 1
Views: 1371
Reputation: 16536
There's no need to set multiple images to a button. You can have a RelativeLayout
with those images/texts, and set an OnClickListener
to the RelativeLayout
itself.
Upvotes: 1