Files
open-keychain/OpenKeychain/src/main/res/layout-large/decrypt_activity_old.xml

18 lines
581 B
XML
Raw Normal View History

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">
<android.support.v4.widget.FixedDrawerLayout
android:id="@+id/drawer_layout"
2014-03-16 23:35:14 +02:00
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/drawer_list" />
2014-03-16 23:35:14 +02:00
</android.support.v4.widget.FixedDrawerLayout>
2014-03-16 23:35:14 +02:00
2014-09-14 00:11:23 +02:00
<include layout="@layout/decrypt_content_old" />
2014-03-16 23:35:14 +02:00
</FrameLayout>