How to align Radio button at the center of the screen

前端 未结 11 1370
误落风尘
误落风尘 2021-01-04 02:13

I am using Radio buttons as tab in my application.

I have loaded images for it, but they are aligning towards left side. how to make them align at center.

11条回答
  •  难免孤独
    2021-01-04 02:50

    You can use empty views to fill upp the space evenly between the radio buttons. In this case I have 3 radio buttons that vill look centered, nice and tidy.

    
    
        
    
        
    
        
    
        
    
        
    
        
    
        
    
    

提交回复
热议问题