我有 textview.xml,这是微调器的项目样式。
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="left|center_horizontal"
android:textSize="18sp">
</TextView>
我知道可以同时指定两者(Gravity.LEFT | Gravity.CENTER_HORIZONTAL)
,但在 xml 中不起作用 - 文本仅移动到左侧。