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

后端 未结 4 1645
梦如初夏
梦如初夏 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:25

    It seems your ImageView is overlapping over RadioGroup! It's my recommendation for activity_main.xml file: app:srcCompat="@android:drawable/sym_def_app_icon" will replace with your image .

    Try this:

    
    
    
        
    
    
        
    
            
            
            
            
    
    
    
        
    
    
        
    
    

提交回复
热议问题