I want to show a radio button and next to it show a ImageView with image loaded by Picaso. I tried putting the ImageView object after loading it next to the radio button in Rela
It seems your ImageView is overlapping over RadioGroup! It's my recommensation for activity_main.xml file:
/>
You can edit it on your own.
Hope it works!
P.S: I have edited activity_main.xml file out of IDE and may have some typo, so correct it if you found some :)