ImageView image not showing after loading with Picaso and linking to layout file

后端 未结 4 1699
梦如初夏
梦如初夏 2021-01-26 04:09

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

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-26 04:27

    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 :)

提交回复
热议问题