0
我希望控制器textView成爲應用程序的中心。我用android:gravity =「center」但沒有幫助。 我的代碼是
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="CONTROLLER"
android:textSize="30dp"
android:gravity="center"
android:textColor="#fff"
android:layout_marginTop="39dp"
android:id="@+id/textView3"
/>
</LinearLayout>
在此先感謝您的幫助。