aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/multi_certify_key_activity.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-10-04 23:16:51 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-10-04 23:16:51 +0200
commitbad8aeea781bad8db11d8d2df9cfc7ca579f6adc (patch)
tree5b2fe6b54e6fdc7f6b7d9b2ed772414ba2fcf83e /OpenKeychain/src/main/res/layout/multi_certify_key_activity.xml
parent0ffa1b94ded0bb89c0f1b0f3ed48562646bde3fc (diff)
downloadopen-keychain-bad8aeea781bad8db11d8d2df9cfc7ca579f6adc.tar.gz
open-keychain-bad8aeea781bad8db11d8d2df9cfc7ca579f6adc.tar.bz2
open-keychain-bad8aeea781bad8db11d8d2df9cfc7ca579f6adc.zip
implement preliminary MultiCertifyActivity (most heavy lifting is done)
Diffstat (limited to 'OpenKeychain/src/main/res/layout/multi_certify_key_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/multi_certify_key_activity.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout/multi_certify_key_activity.xml b/OpenKeychain/src/main/res/layout/multi_certify_key_activity.xml
new file mode 100644
index 000000000..c3eaed9a8
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout/multi_certify_key_activity.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ 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_marginLeft="@dimen/drawer_content_padding"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <fragment
+ android:id="@+id/multi_certify_key_fragment"
+ android:name="org.sufficientlysecure.keychain.ui.MultiCertifyKeyFragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+ </FrameLayout>
+
+</LinearLayout> \ No newline at end of file