0

这是我在 main.xml 中的按钮

<Button
    android:id="@+id/checkInButton"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    android:text="@string/checkIn"
    android:textDirection="anyRtl"
    android:textStyle="bold" />

是否有任何属性可以使其成为 RTL,换句话说,从右到左?

4

1 回答 1

1

谷歌 Android 开发者有一些指令可以帮助你。

于 2013-09-02T07:54:41.537 回答