mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Updated java.library.path.
This commit is contained in:
19
briar-android/src/main/res/layout/activity_nav_drawer.xml
Normal file
19
briar-android/src/main/res/layout/activity_nav_drawer.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.v4.widget.DrawerLayout
|
||||
android:id="@+id/drawer_layout"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<!-- The first child(root) is the content view -->
|
||||
<include
|
||||
layout="@layout/activity_with_loading"/>
|
||||
|
||||
<!-- The second child is the menu -->
|
||||
<include
|
||||
layout="@layout/navigation_menu"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="start"/>
|
||||
|
||||
</android.support.v4.widget.DrawerLayout>
|
||||
Reference in New Issue
Block a user