2015-06-20 18:46:04 +00:00
|
|
|
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2015-06-29 15:43:03 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
2015-06-20 18:46:04 +00:00
|
|
|
android:gravity="center"
|
|
|
|
|
android:id="@+id/drawer_layout"
|
2015-06-29 15:43:03 +00:00
|
|
|
tools:context=".MainActivity">
|
2015-06-20 18:46:04 +00:00
|
|
|
|
|
|
|
|
<com.github.florent37.materialviewpager.MaterialViewPager
|
|
|
|
|
android:id="@+id/materialViewPager"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
app:viewpager_logoMarginTop="70dp"
|
|
|
|
|
app:viewpager_pagerTitleStrip="@layout/material_view_pager_pagertitlestrip_standard"
|
2015-06-29 14:04:03 +00:00
|
|
|
app:viewpager_color="@color/brand"
|
2015-06-20 18:46:04 +00:00
|
|
|
app:viewpager_headerHeight="220dp"
|
|
|
|
|
app:viewpager_headerAlpha="1"
|
|
|
|
|
app:viewpager_logo="@layout/avatar_with_bars"
|
|
|
|
|
app:viewpager_hideLogoWithFade="true"
|
|
|
|
|
app:viewpager_hideToolbarAndTitle="false"
|
2015-06-29 15:43:03 +00:00
|
|
|
app:viewpager_enableToolbarElevation="false" />
|
2015-06-20 18:46:04 +00:00
|
|
|
|
|
|
|
|
</android.support.v4.widget.DrawerLayout>
|