Note that there are some explanatory texts on larger screens.

plurals
  1. POSet the Layout in the TableView
    text
    copied!<p>I have Made one TableView in Which i want to Set the Each and Every Contain in the middle of the every row and there are multiple textview in the one row then how to set it. . . ? The code is As below :</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:stretchColumns="1"&gt; &lt;TableRow&gt; &lt;TextView android:text="Name" android:gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" /&gt; &lt;TextView android:text="Address" android:gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" /&gt; &lt;TextView android:text="E-Mail" android:gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" /&gt; &lt;TextView android:text="Phone No." android:gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" /&gt; &lt;/TableRow&gt; &lt;View android:layout_height="3dip" android:background="#FF909100" /&gt; &lt;TableRow&gt; &lt;TextView android:text="Shreyash" android:textColor="#FF778899" android:gravity="center" /&gt; &lt;TextView android:text="Godhra" android:textColor="#FF778899" android:gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" /&gt; &lt;TextView android:text="sbm_mahajan" android:textColor="#FF778899" android:gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" /&gt; &lt;TextView android:text="9825056129" android:textColor="#FF778899" android:gravity="center" android:layout_width="fill_parent" android:layout_height="fill_parent" /&gt; &lt;/TableRow&gt; &lt;View android:layout_height="2dip" android:background="#FF909060" /&gt; &lt;/TableLayout&gt; </code></pre> <p>see the Below Image:</p> <p><img src="https://i.stack.imgur.com/FWUUJ.jpg" alt="enter image description here"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload