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

11 lines
398 B
XML
Raw Normal View History

<?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"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" >
2014-03-16 17:35:14 -04:00
<include layout="@layout/import_keys_content"/>
2014-01-09 16:58:52 -05:00
<include layout="@layout/drawer_list" />
</android.support.v4.widget.DrawerLayout>