我正在使用文本视图,其宽度与父视图匹配。我想将其文本设置为居中位置。如果我使用android:gravity="right"
那么为什么它会移动到右上角?
我正在使用这个:
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:textSize="12sp"
android:textStyle="bold" />
我已经尝试了很多次,但我无法获得好的结果。