Files
open-keychain/OpenKeychain/src/main/res/layout/certify_key_activity.xml

21 lines
745 B
XML
Raw Normal View History

2014-08-31 00:19:16 +02:00
<?xml version="1.0" encoding="utf-8"?>
2014-07-30 17:47:17 +02:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2014-08-31 00:19:16 +02:00
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
2014-07-30 17:47:17 +02:00
<include layout="@layout/notify_area" />
2014-08-31 00:19:16 +02:00
<FrameLayout
android:id="@+id/content_frame"
android:layout_width="match_parent"
2014-07-30 17:47:17 +02:00
android:layout_height="match_parent">
2014-08-31 00:19:16 +02:00
<fragment
2014-10-26 22:41:40 +01:00
android:id="@+id/multi_certify_key_fragment"
2014-08-31 00:19:16 +02:00
android:name="org.sufficientlysecure.keychain.ui.CertifyKeyFragment"
2014-01-18 20:16:34 +01:00
android:layout_width="match_parent"
2014-08-31 00:19:16 +02:00
android:layout_height="match_parent" />
</FrameLayout>
2014-08-31 00:19:16 +02:00
</LinearLayout>