Expand TextView with wrap_content until the neighbor view reaches the end of the parent

后端 未结 7 663
遇见更好的自我
遇见更好的自我 2020-12-13 14:26

I need to achieve the following layout:

\"enter

I have two TextViews in a rela

7条回答
  •  执念已碎
    2020-12-13 14:55

    You can archive this layout by TableLayout and shrinkColumns attribute.

    
    
    
        
        
    
            
    
                
    
                
            
    
        
    
    
        
        
    
            
    
                
    
                
            
    
        
    
        
        
    
            
    
                
    
                
            
    
        
    
    
    

    Here is same question ;)

提交回复
热议问题