这是我在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,换句话说是从右到左?
答案 0 :(得分:1)
Google Android Developers有一些指令可以帮助你解决这个问题。