2014-03-16 23:35:14 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-08-28 10:37:01 +02:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<android.support.v4.widget.FixedDrawerLayout
|
|
|
|
|
android:id="@+id/drawer_layout"
|
2014-03-16 23:35:14 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
2014-08-28 10:37:01 +02:00
|
|
|
<include layout="@layout/drawer_list" />
|
2014-03-16 23:35:14 +02:00
|
|
|
|
2014-04-22 08:15:55 +02:00
|
|
|
</android.support.v4.widget.FixedDrawerLayout>
|
2014-03-16 23:35:14 +02:00
|
|
|
|
2014-09-29 22:23:48 +02:00
|
|
|
<include layout="@layout/encrypt_files_content" />
|
2014-03-16 23:35:14 +02:00
|
|
|
</FrameLayout>
|