右から左へのテキスト方向を実行しようとしていますが、予期しない結果が得られます (html css を実行したときとは異なります)。そのテキストビュー用に私が持っているコードは次のとおりです。
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="96dp"
android:gravity="right"
android:text="@string/welcomeMsg"
android:textAlignment="center"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@color/white"
android:textDirection="rtl"
android:textSize="@dimen/welcomeMsgSize" />
やるべきことはすべてやったと思います。たぶん、私は何かを忘れたか、それを知りません。私はアンドロイドにかなり慣れていません。写真は上記の出力を示しています ここでの問題は、テキストビュー内のテキストの前に空白があり、テキストも投稿することです。事前にご協力いただきありがとうございます:)