wildantechnoart77

nav_part1

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