Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code>ok..i just edit my new answer its working..so dont talk that it does nt add line btwn every image your tab_indicator.xml:-- &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="0dip" android:layout_height="60dip" android:background="#ffffff" android:layout_weight="1" &gt; &lt;View android:id="@+id/line1" android:layout_width="1dp" android:layout_height="60dip" android:background="#0066CC" /&gt; &lt;TextView android:id="@+id/title" style="?android:attr/tabWidgetStyle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_below="@+id/icon" android:text="abc" android:textSize="8dp" /&gt; &lt;View android:id="@+id/line3" android:layout_width="fill_parent" android:layout_height="1dp" android:layout_toRightOf="@+id/line1" android:background="#0066CC" /&gt; &lt;View android:id="@+id/line2" android:layout_width="1dp" android:layout_height="60dip" android:layout_toRightOf="@+id/line3" android:background="#0066CC" /&gt; &lt;View android:id="@+id/line4" android:layout_width="fill_parent" android:layout_height="1dp" android:layout_alignParentBottom="true" android:layout_toRightOf="@+id/line1" android:background="#0066CC" /&gt; &lt;ImageView android:id="@+id/icon" android:layout_width="wrap_content" android:layout_height="30dip" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:src="@drawable/icon" /&gt; &lt;/RelativeLayout&gt; </code></pre> <p>first try this code..nd change it as per your need.</p>
    singulars
    1. This table or related slice is empty.
    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. This table or related slice is empty.
    1. This table or related slice is empty.
    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