Textview Gravity not working properly in android

后端 未结 5 830
没有蜡笔的小新
没有蜡笔的小新 2021-02-13 18:44

What\'s wrong with my code, I\'m trying to display my TextView named \"invalid\", in different locations (left,right,center), but the gravity (left,right,center) w

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-13 19:35

    Make sure you don't have something like that hanging around

    app:layout_box="left|top"
    

提交回复
热议问题