aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/drawer_backup_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/layout/drawer_backup_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/drawer_backup_activity.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/drawer_backup_activity.xml b/OpenKeychain/src/main/res/layout/drawer_backup_activity.xml
new file mode 100644
index 000000000..f34cb2faf
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/drawer_backup_activity.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <include
+ android:id="@+id/toolbar_include"
+ layout="@layout/toolbar_standalone_white" />
+
+ <LinearLayout
+ android:layout_below="@id/toolbar_include"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <include layout="@layout/notify_area" />
+
+ <FrameLayout
+ android:id="@+id/content_frame"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <fragment
+ android:id="@+id/backup_fragment"
+ android:name="org.sufficientlysecure.keychain.ui.BackupCodeDisplayFragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+ </FrameLayout>
+
+ </LinearLayout>
+</RelativeLayout> \ No newline at end of file