2010-05-11 10:07:15 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-01-09 16:58:52 -05:00
|
|
|
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-01-09 09:12:41 -05:00
|
|
|
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
|
2014-01-09 16:58:52 -05:00
|
|
|
android:id="@+id/drawer_layout"
|
2014-01-09 09:12:41 -05:00
|
|
|
android:layout_width="match_parent"
|
2014-02-02 11:34:43 -05:00
|
|
|
android:layout_height="match_parent">
|
2010-05-11 10:07:15 -04:00
|
|
|
|
2014-03-16 17:35:14 -04:00
|
|
|
<include layout="@layout/decrypt_content"/>
|
2014-01-09 16:58:52 -05:00
|
|
|
|
|
|
|
<include layout="@layout/drawer_list" />
|
2010-05-11 10:07:15 -04:00
|
|
|
|
2014-01-09 16:58:52 -05:00
|
|
|
</android.support.v4.widget.DrawerLayout>
|