为什么我们需要在代码中采用第二个相对布局,为什么我们不能直接添加线性布局?

时间:2019-06-25 05:52:22

标签: android-layout android-linearlayout relativelayout

请有人帮助我理解为什么我们不能不使用此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"/>

`

0 个答案:

没有答案