how to design right to left linear layout

前端 未结 2 944
遥遥无期
遥遥无期 2021-02-05 04:27

First sorry about my weak English language!

I designed a layout. This is part of the layout:

 

        
2条回答
  •  情话喂你
    2021-02-05 05:11

    Try doing this:

    1. Change your LinearLayout to a RelativeLayout
    2. Align the topic to parent right
    3. Put subject text to left of the topic

    Here's an example:

    
    
        
    
            
    
                
    
                
    
            
        
    
    

提交回复
热议问题