私はAndroidアプリケーションを初めて使用し、textviewを使用して高さと幅を設定しますが、Androidアプリケーションでx、y値を設定する方法がわかりませんでした。助けてください
前もって感謝します
Here i tried:
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Select Your country"/>