0
<Button
android:id="@+id/btnSetDate"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_weight="1.0"
android:text="Set Date" />
<Button
android:id="@+id/btnSetTime"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_weight="1.0"
android:text="Set Time" />
如何居中兩個按鈕像圖像?Android:如何在中心放置兩個全寬按鈕?