2010-04-06 19:54:51 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-07-27 00:46:38 +02:00
|
|
|
<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
|
|
|
|
2014-07-27 00:46:38 +02:00
|
|
|
<include layout="@layout/notify_area"/>
|
2012-04-12 19:44:00 +02:00
|
|
|
|
2014-07-27 00:46:38 +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
|
|
|
|
2014-07-27 00:46:38 +02:00
|
|
|
</LinearLayout>
|