Skip to content

Instantly share code, notes, and snippets.

@manishkpr
Created December 30, 2016 09:16
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/7fdee42c2f6689273541d93630c9fd33 to your computer and use it in GitHub Desktop.
Save manishkpr/7fdee42c2f6689273541d93630c9fd33 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="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.manishkpr.slidingtabsexample.common.view.SlidingTabLayout
android:id="@+id/sliding_tabs"
android:background="#ddd"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v4.view.ViewPager
android:id="@+id/viewpager"
android:layout_width="match_parent"
android:layout_height="0px"
android:layout_weight="1"
android:background="@android:color/white"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment