| | |
| | | <android.support.design.widget.TabLayout |
| | | android:id="@+id/tab_layout" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="70dp" |
| | | android:layout_height="@dimen/h70dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:background="@color/colorPrimary" |
| | | app:tabIndicatorHeight="@dimen/view_size_0" |
| | |
| | | android:id="@+id/viewpager" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_above="@id/tab_layout"></android.support.v4.view.ViewPager> |
| | | android:layout_above="@id/tab_layout"/> |
| | | </RelativeLayout> |