Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TableRow xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="match_parent"
  4.    android:layout_height="wrap_content"
  5.        android:background="#ECEFF1"
  6.        android:padding="5dp">
  7.         <TextView
  8.            android:layout_width="40dp"
  9.            android:layout_height="wrap_content"
  10.            android:id="@+id/idnotabel"
  11.            android:text="3" />
  12.         <TextView
  13.            android:layout_width="wrap_content"
  14.            android:layout_height="wrap_content"
  15.            android:layout_weight="1"
  16.            android:id="@+id/idnamaperusahaantabel"
  17.            android:text="Perusahaan C" />
  18.         <TextView
  19.            android:layout_width="wrap_content"
  20.            android:layout_height="wrap_content"
  21.            android:layout_weight="1"
  22.            android:id="@+id/idpemasukantabel"
  23.            android:text="Masuk" />
  24.     </TableRow>