open-keychain/OpenKeychain/src/main/res/layout/select_public_key_activity.xml

22 lines
710 B
XML
Raw Normal View History

2012-10-28 23:51:03 +01:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
2015-01-13 23:15:13 +01:00
android:layout_height="match_parent">
2012-10-28 23:51:03 +01:00
2015-01-13 23:15:13 +01:00
<include
android:id="@+id/toolbar"
layout="@layout/toolbar" />
<RelativeLayout
android:layout_below="@id/toolbar"
2012-10-28 23:51:03 +01:00
android:layout_width="match_parent"
2015-01-13 23:15:13 +01:00
android:layout_height="match_parent"
android:layout_centerHorizontal="true">
<FrameLayout
android:id="@+id/select_public_key_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
2012-10-28 23:51:03 +01:00
2015-01-13 23:15:13 +01:00
</RelativeLayout>
2012-10-28 23:51:03 +01:00
</RelativeLayout>