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

13 lines
450 B
XML
Raw Normal View History

2014-07-30 00:50:53 +02:00
<?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"
2014-07-27 17:56:52 +02:00
android:layout_height="match_parent">
2014-06-27 21:40:18 +02:00
2014-07-30 00:50:53 +02:00
<FrameLayout
android:id="@+id/create_key_fragment_container"
2014-06-27 21:40:18 +02:00
android:layout_width="match_parent"
2014-07-30 00:50:53 +02:00
android:layout_height="match_parent"
android:orientation="vertical" />
2014-06-27 21:40:18 +02:00
2014-07-30 00:50:53 +02:00
</LinearLayout>