Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <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"
- android:id="@+id/menu_utama"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="net.developer.wildantechnoart.tutorialnavigation.MenuUtama"
- android:background="#FFE3E3E3">
- <android.support.design.widget.NavigationView
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_gravity="start"
- app:menu="@menu/nav_menu"
- app:headerLayout="@layout/nav_header">
- </android.support.design.widget.NavigationView>
- </android.support.v4.widget.DrawerLayout>
Advertisement
Add Comment
Please, Sign In to add comment