Created
December 30, 2016 09:16
-
-
Save manishkpr/7fdee42c2f6689273541d93630c9fd33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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