]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/layout/activity_account_summary.xml
6154fd61258abd2bc5f0b1808ad708a9de03dfbb
[mobile-ledger.git] / app / src / main / res / layout / activity_account_summary.xml
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     android:id="@+id/drawer_layout"
5     android:layout_width="match_parent"
6     android:layout_height="match_parent"
7     android:fitsSystemWindows="true"
8     tools:openDrawer="start">
9
10     <include
11         layout="@layout/app_bar_account_summary"
12         android:layout_width="match_parent"
13         android:layout_height="match_parent" />
14
15     <android.support.design.widget.NavigationView
16         android:id="@+id/nav_view"
17         android:layout_width="wrap_content"
18         android:layout_height="match_parent"
19         android:layout_gravity="start"
20         android:fitsSystemWindows="true">
21
22         <include
23             layout="@layout/drawer"
24             android:layout_width="match_parent"
25             android:layout_height="match_parent" />
26
27     </android.support.design.widget.NavigationView>
28
29 </android.support.v4.widget.DrawerLayout>