如何在按钮上用希伯来语写文本

时间:2013-09-01 08:19:29

标签: android button layout right-to-left hebrew

这是我在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,换句话说是从右到左?

1 个答案:

答案 0 :(得分:1)

Google Android Developers有一些指令可以帮助你解决这个问题。