Can't get proper layout with “fill_parent”

前端 未结 4 457
一向
一向 2020-12-31 14:26

I\'m trying to create this simple layout in Android.

\"enter

A

4条回答
  •  既然无缘
    2020-12-31 15:08

    Try this. I replaced the ImageViews with TextViews to show up in the XML editor easier. Note that I kept the 48px width on "A" which is not something I think you really want to have. Replace it with wrap_content.

    
    
    
        
        
        
    
        
        
    
            
    
            
        
    
        
        
    
    

提交回复
热议问题