大家我有這個如何改變文本的位置,佈局
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal">
<TextView
android:id="@+id/TextView02"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:text="Tablet"
android:textAppearance="?android:attr/textAppearanceMedium" />
我想,我的TextView採取這一切佈局的中心謝謝
使用的LinearLayout強制性的就是努力呢?因爲使用RelativeLayout可以很容易。 –