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 //Tag yang harus diganti
- 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" //Tag yang harus ditambahkan
- android:id="@+id/menu_utama" //Tag yang harus ditambahkan
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="net.developer.wildantechnoart.prakasa.MenuUtama"
- android:background="#FFE3E3E3">
- <android.support.design.widget.NavigationView //Tag yang harus ditambahkan
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_gravity="start"
- app:menu="@menu/nav_menu">
- </android.support.design.widget.NavigationView>
- </android.support.v4.widget.DrawerLayout>
Advertisement
Add Comment
Please, Sign In to add comment