テキストビューを使用していますが、その幅は親と一致しています。テキストを中央右に設定したい。使用するandroid:gravity="right"
と、なぜ右上の位置に移動するのですか?
私はこれを使用しています:
<TextView android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:textSize="12sp"
android:textStyle="bold" />
これを何度も試しましたが、良い結果が得られませんでした。