TextView go off screen in RelativeLayout

前端 未结 3 887
难免孤独
难免孤独 2021-01-24 16:59

Here is the layout:





        
3条回答
  •  死守一世寂寞
    2021-01-24 17:01

    You can avoid all of this by giving each textview a width of match_parent and an appropriate layout_weight. The below code will give you exactly what you need. Enjoy!

    
    
    
    
        
            
    
            
            
    
        
            
    
            
        
    
    
    

提交回复
热议问题