Contoh Keluarkan Senarai Layout (Android)

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
  >

   
    <TableLayout
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/tableLayout1" >

        <TableRow>
            <TextView
                android:text="Names"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:layout_weight="1"
                 />

            <TextView
                android:text="HotNess"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:layout_weight="1" />
              <TextView
                android:text="HotNess"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:layout_weight="1" />

        </TableRow>
    </TableLayout>
    <TextView
                android:id="@+id/tvSQLinfo"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:text="Get Info Form db" />

</LinearLayout>

Ulasan

Catat Ulasan