aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/res/layout/key_list_public_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org_apg/res/layout/key_list_public_activity.xml')
-rw-r--r--org_apg/res/layout/key_list_public_activity.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org_apg/res/layout/key_list_public_activity.xml b/org_apg/res/layout/key_list_public_activity.xml
new file mode 100644
index 000000000..529cb5067
--- /dev/null
+++ b/org_apg/res/layout/key_list_public_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/public_key_list_fragment"
+ android:name="org.thialfihar.android.apg.ui.KeyListPublicFragment"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+</RelativeLayout> \ No newline at end of file