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

15 lines
493 B
XML
Raw Normal View History

2010-04-06 19:54:51 +00: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"
android:layout_height="match_parent">
2010-04-06 19:54:51 +00:00
<include layout="@layout/notify_area"/>
2012-04-12 19:44:00 +02:00
<FrameLayout
android:id="@+id/edit_key_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" />
2012-04-12 19:44:00 +02:00
</LinearLayout>