wildantechnoart77

navpart8

Feb 27th, 2017
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:tools="http://schemas.android.com/tools"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto"
  5.    android:id="@+id/menu_utama"
  6.    android:layout_width="match_parent"
  7.    android:layout_height="match_parent"
  8.    tools:context="net.developer.wildantechnoart.tutorialnavigation.MenuUtama"
  9.    android:background="#FFE3E3E3">
  10.  
  11.     <android.support.design.widget.NavigationView
  12.        android:layout_width="wrap_content"
  13.        android:layout_height="match_parent"
  14.        android:layout_gravity="start"
  15.        app:menu="@menu/nav_menu"
  16.        app:headerLayout="@layout/nav_header">
  17.     </android.support.design.widget.NavigationView>
  18.  
  19. </android.support.v4.widget.DrawerLayout>
Advertisement
Add Comment
Please, Sign In to add comment