Android Button Height in Layout not filling the parent

前端 未结 2 449
[愿得一人]
[愿得一人] 2021-01-07 13:30

I\'ve Created this layout and I don\'t know why Button\'s height not filling the layout height


         


        
2条回答
  •  孤街浪徒
    2021-01-07 14:13

    Basic concept for your problem ..

    
    
    
    
            
    
    
            
    

    Using Relative layout try this :

    
    
          
    
          
    
    
    
    
    
        

    Using Linear Layout try this

     
        
    
            
    
            
    
            
    
            

    enter image description here

提交回复
热议问题