Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Try to give height and width to Table Row tag remove android:stretchColumns="1" from tablelayout and put weight of edittext to 1 you can using this layout after modify </p> <pre><code> &lt;TableRow android:layout_width="fill_parent" android:layout_height="wrap_content" &gt; &lt;TextView android:id="@+id/locationNameLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_vertical" android:text="gfg" &gt; &lt;/TextView&gt; &lt;EditText android:id="@+id/locationName" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1" android:hint="hjhj" &gt; &lt;/EditText&gt; &lt;/TableRow&gt; &lt;!-- La segunda fila tiene el par desc y su valor --&gt; &lt;TableRow android:layout_width="wrap_content" android:layout_height="wrap_content" &gt; &lt;TextView android:id="@+id/locationDescLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_vertical" android:text="yuiuy" &gt; &lt;/TextView&gt; &lt;EditText android:id="@+id/locationDesc" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" &gt; &lt;/EditText&gt; &lt;/TableRow&gt; &lt;TableRow android:layout_width="wrap_content" android:layout_height="wrap_content" &gt; &lt;TextView android:id="@+id/locationPicLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_vertical" android:text="" &gt; &lt;/TextView&gt; &lt;/TableRow&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

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