Is there any way to make table columns equal to a fraction of the total width?

后端 未结 1 1656
情深已故
情深已故 2021-02-04 18:01

So far in my learning I have only come across spreading column sizes equally, giving one/two a higher priority to take as much space as they need, or setting the size of a colum

1条回答
  •  耶瑟儿~
    2021-02-04 18:43

    You can do this by using android:layout_span

    Here is an example :

    
    
    
        
            
            
            
            
    
    

    0 讨论(0)
提交回复
热议问题