请有人帮助我理解为什么我们不能不使用此Xml代码`
中的第二个相对布局而直接使用线性布局来放置所有按钮。
<LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:gravity="center">
<Button android:layout_height="30.0dip" android:layout_width="30.0dip" android:id="@id/homeapps" android:background="@drawable/ic_shop_black_24dp"/>
<Button android:layout_height="30.0dip" android:layout_width="30.0dip" android:id="@id/tuchapp" android:background="@drawable/ic_touch_app_black_24dp"/>
`