open-keychain/OpenKeychain/src/main/res/layout/encrypt_activity.xml

13 lines
529 B
XML
Raw Normal View History

2010-05-18 15:23:25 +00:00
<?xml version="1.0" encoding="utf-8"?>
2014-01-09 22:58:52 +01:00
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
2014-01-09 15:12:41 +01:00
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
xmlns:fontawesometext="http://schemas.android.com/apk/res-auto"
2014-01-09 22:58:52 +01:00
android:id="@+id/drawer_layout"
2014-01-09 15:12:41 +01:00
android:layout_width="match_parent"
android:layout_height="match_parent">
2010-05-18 15:23:25 +00:00
2014-03-16 23:35:14 +02:00
<include layout="@layout/encrypt_content"/>
2014-01-09 22:58:52 +01:00
<include layout="@layout/drawer_list" />
2010-05-18 15:23:25 +00:00
2014-01-09 22:58:52 +01:00
</android.support.v4.widget.DrawerLayout>