2010-05-18 15:23:25 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-07-06 02:10:35 +02:00
|
|
|
<android.support.v4.widget.FixedDrawerLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/drawer_layout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2014-09-01 23:25:03 +02:00
|
|
|
tools:context=".ui.EncryptFileActivity">
|
2010-05-18 15:23:25 +00:00
|
|
|
|
2014-09-01 23:25:03 +02:00
|
|
|
<include layout="@layout/encrypt_file_content"/>
|
2014-01-09 22:58:52 +01:00
|
|
|
|
|
|
|
<include layout="@layout/drawer_list" />
|
2010-05-18 15:23:25 +00:00
|
|
|
|
2014-04-22 08:15:55 +02:00
|
|
|
</android.support.v4.widget.FixedDrawerLayout>
|