Changes

Jump to: navigation, search
no edit summary
android:layout_height="wrap_content"
android:orientation="vertical"
tools:context="com.ebookfrenzy.gridxml.gridxml.GridLayoutActivity">
</GridLayout>
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.ebookfrenzy.gridxml.gridxml.GridLayoutActivity">
<GridLayout
android:rowCount="2"
android:orientation="horizontal"
tools:context="com.ebookfrenzy.gridxml.gridxml.GridLayoutActivity">
</GridLayout>
android:rowCount="2"
android:orientation="horizontal"
tools:context="com.ebookfrenzy.gridxml.gridxml.GridLayoutActivity">
<Button
</pre>
The above layout would be visually represented as illustrated in Figure 1719-1:
[[Image:android_studio_gridlayout_xml_four_buttons.png|A GridLayout user interface designed using XML resources]]
Figure 1719-1

Navigation menu