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