open-keychain/OpenKeychain/src/main/res/layout/create_key_activity.xml
Dominik Schürmann 052cdfa392 Create key: upload
2014-07-30 15:19:33 +02:00

15 lines
496 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/notify_area" />
<FrameLayout
android:id="@+id/create_key_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" />
</LinearLayout>