【发布时间】:2012-09-27 18:09:21
【问题描述】:
我用希伯来语写了一个应用程序,但是单词的方向有问题:
这是代码:
textView2.setText("יצרן: " + company + "\n");
textView2.append("דגם: " + degem + "\n");
textView2.append("מנוע: " + manoa + "\n");
textView2.append("ק'מ/ליטר: "+ watt + "\n");
textView2.append("נסיעה: " + timeString + " " + timeMedida+"\n");
我明白了:
地主:阿巴特
而不是
阿巴特:יצרן
和
דגם:005
而不是
דגם:500
xml:
<TextView
android:id="@+id/txt_1_delek"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginTop="50sp"
android:layout_marginRight="100sp"
android:layout_marginLeft="100sp"
android:text="myTextView"/>
【问题讨论】:
标签: android hebrew right-to-left