私はヘブライ語でアプリケーションを作成していますが、単語の方向に問題があります。
これはコードです:
textView2.setText("יצרן: " + company + "\n");
textView2.append("דגם: " + degem + "\n");
textView2.append("מנוע: " + manoa + "\n");
textView2.append("ק'מ/ליטר: "+ watt + "\n");
textView2.append("נסיעה: " + timeString + " " + timeMedida+"\n");
私が得た:
יצרן:ABARTH
それ以外の
アバルト:יצרן
と
דגם: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"/>