赞
踩
废话不多说,先上图片效果(亲测有效)
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"></FrameLayout>
<android.support.design.widget.NavigationView
android:id="@+id/nav_view"
android:layout_width="150dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="#303030"
app:headerLayout="@layout/nav_header"
app:itemIconTint="@color/white"
app:itemTextColor="@color/white"
app:menu="@menu/nav_menu" />
</android.support.v4.widget.DrawerLayout>
NavigationView
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。