Center two buttons horizontally

后端 未结 18 1295
我在风中等你
我在风中等你 2020-12-12 13:32

I try to arrange two buttons (with images on them which work fine) next to each other and to center them horizontally. That\'s what I have so far:



        
18条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-12 14:13

    This is what I did, I wrapped a linear layout with a linear layout that has it's gravity set to center_horizontal. Then I set the wrapped linear layout width to the pixel width of the buttons combined. In this example the buttons are 100px wide, so I set the wrapped linear layout to 200px.

    Example xml:

    
    
        
        
            
            
        
    
    

提交回复
热议问题