將LinearLayout中的元件置中對齊
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center" >
將LinearLayout中的元件置中對齊
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center" >
請先 登入 以發表留言。