open-keychain/OpenPGP-Keychain/res/layout/select_public_key_activity.xml

13 lines
500 B
XML
Raw Normal View History

2012-10-28 18:51:03 -04:00
<?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"
2013-01-16 08:31:16 -05:00
android:name="org.sufficientlysecure.keychain.ui.SelectPublicKeyFragment"
2012-10-28 18:51:03 -04:00
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>