Skip to content

Instantly share code, notes, and snippets.

@manishkpr
Created December 30, 2016 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manishkpr/8c7b30fcab1be5b2a33e3f5a00fe9d77 to your computer and use it in GitHub Desktop.
Save manishkpr/8c7b30fcab1be5b2a33e3f5a00fe9d77 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<TableLayout
style="@style/layout_f_w"
android:stretchColumns="*" >
<TableRow
android:background="#dddddd"
android:id="@+id/tableRow1"
style="@style/layout_wrap" >
<!-- First Tab indicator -->
<LinearLayout
style="@style/indicator_style"
android:id="@+id/first_tab" >
</LinearLayout>
<!-- Second Tab indicator -->
<LinearLayout
style="@style/indicator_style"
android:id="@+id/second_tab"
android:visibility="invisible" >
</LinearLayout>
</TableRow>
</TableLayout>
<!-- Bottom line -->
<LinearLayout
style="@style/h_line"
android:orientation="vertical" >
</LinearLayout>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment