how to design right to left linear layout

前端 未结 2 977
遥遥无期
遥遥无期 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:27

    Add the following line to your layout:

    android:layoutDirection="rtl"
    android:layout_alignParentRight="true"
    

提交回复
热议问题