aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/select_public_key_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/res/layout/select_public_key_activity.xml')
-rw-r--r--OpenPGP-Keychain/res/layout/select_public_key_activity.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/layout/select_public_key_activity.xml b/OpenPGP-Keychain/res/layout/select_public_key_activity.xml
new file mode 100644
index 000000000..2525f2ec5
--- /dev/null
+++ b/OpenPGP-Keychain/res/layout/select_public_key_activity.xml
@@ -0,0 +1,13 @@
+<?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"
+ android:layout_centerHorizontal="true" >
+
+ <fragment
+ android:id="@+id/select_public_key_fragment"
+ android:name="org.sufficientlysecure.keychain.ui.SelectPublicKeyFragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+</RelativeLayout> \ No newline at end of file