Note that there are some explanatory texts on larger screens.

plurals
  1. POSet Height of separator between Tab widget and FrameLayout
    text
    copied!<p>I'm using TabHost in my app and i want to increase the thickness of the strip between tab widget and framelayout. </p> <pre><code> &lt;TabHost android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@android:id/tabhost"&gt; &lt;LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"&gt; &lt;TabWidget android:id="@android:id/tabs" android:layout_height="wrap_content" android:layout_width="fill_parent"&gt; &lt;/TabWidget&gt; &lt;FrameLayout android:id="@android:id/tabcontent" android:layout_height="wrap_content" android:layout_width="fill_parent" android:background="#FF0000"&gt; &lt;LinearLayout android:orientation="vertical" android:layout_height="wrap_content" android:layout_width="wrap_content"&gt; &lt;TextView android:text="TravelApplication1" android:layout_height="70dip" android:layout_width="fill_parent"&gt;&lt;/TextView&gt; &lt;TextView android:text="TravelApplication2" android:layout_height="70dip" android:layout_width="fill_parent"&gt;&lt;/TextView&gt; &lt;TextView android:text="TravelApplication3" android:layout_height="70dip" android:layout_width="fill_parent"&gt;&lt;/TextView&gt; &lt;TextView android:text="TravelApplication4" android:layout_height="70dip" android:layout_width="fill_parent"&gt;&lt;/TextView&gt; &lt;/LinearLayout&gt; &lt;/FrameLayout&gt; &lt;/LinearLayout&gt; </code></pre> <p></p> <p>Kindly suggest me to increse the thickness between tabWidget and FrameLayout.</p> <p>Regards Deepak Goel</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