Android relative layout problem with gravity

后端 未结 5 780
生来不讨喜
生来不讨喜 2021-01-01 09:32

How can i put textview with id=\"naslov\" to the center? I also tried with layout_gravity=\"center\" but that doesn\'t work either.



        
5条回答
  •  甜味超标
    2021-01-01 09:59

    You can go to the graphical layout tab in the activity_main.XML and select you item you want to position and change it from the three tabs on the top. Or you can just put this: android:layout_gravity="center_horizontal".

提交回复
热议问题