レイアウト LinearLayoutで均等配置 | Equal placement with LinearLayout | Android
まずはTextViewを配置<LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> <TextView android:layout_...
レイアウト
レイアウト