Computer scienceMobileAndroidUser InterfaceUI componentsContainers

Grids and tables

Setting up rows

Report a typo

Something is missing here:

<GridLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal"
    android:________="2">

Fill in the absent attribute name to make this layout have two rows.

Enter a short text
___

Create a free account to access the full topic