How to align linearlayout to vertical center?

后端 未结 8 1762
你的背包
你的背包 2020-12-08 12:43

I\'m trying to align LinearLayout\'s vertical center which shows following pic (skycolor border) to delete button\'s vertical center.

so I set the gravity of id:grou

8条回答
  •  -上瘾入骨i
    2020-12-08 13:34

    For a box that appears in the center - horizontal & vertical - I got this to work with just one LinearLayout. The answer from Viswanath L was very helpful

    
    
    
        
    
        
    
    
        

提交回复
热议问题