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任何財產,在從右到左換句話說?
http://stackoverflow.com/questions/7874125/how-to-write-text-right-to-left-arabic-textin-android 勾選此幫助 – Ritaban
什麼是最低版本的Android的那你想要這個工作嗎?答案各不相同。 –
通常,當你在utf-8中使用字符串資源時,你會發現它工作正常。您的應用中是否存在某些特定問題?你運行的是哪個版本的Android? –