2012-09-10 11:13:32 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-01-13 23:15:13 +01:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2014-05-19 00:10:34 +02:00
|
|
|
android:layout_width="match_parent"
|
2016-06-02 01:34:29 +02:00
|
|
|
android:layout_height="match_parent">
|
2014-06-10 01:53:25 +02:00
|
|
|
|
2015-01-13 23:15:13 +01:00
|
|
|
<include
|
2015-02-03 16:05:18 +01:00
|
|
|
android:id="@+id/toolbar_include"
|
2015-02-03 14:28:54 +01:00
|
|
|
layout="@layout/toolbar_standalone" />
|
2012-09-10 11:13:32 +02:00
|
|
|
|
2015-01-13 23:15:13 +01:00
|
|
|
<LinearLayout
|
2014-06-18 00:03:06 +02:00
|
|
|
android:layout_width="match_parent"
|
2015-01-13 23:15:13 +01:00
|
|
|
android:layout_height="match_parent"
|
2016-06-02 01:34:29 +02:00
|
|
|
android:layout_below="@id/toolbar_include"
|
2015-01-13 23:15:13 +01:00
|
|
|
android:orientation="vertical">
|
2014-06-18 00:03:06 +02:00
|
|
|
|
2015-01-13 23:15:13 +01:00
|
|
|
<include layout="@layout/notify_area" />
|
2014-06-18 00:03:06 +02:00
|
|
|
|
2015-01-13 23:15:13 +01:00
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/import_keys_list_container"
|
2014-04-10 20:33:19 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-06-14 14:08:02 +02:00
|
|
|
android:layout_height="0dp"
|
2015-06-26 14:47:59 +02:00
|
|
|
android:layout_weight="1" />
|
2015-01-13 23:15:13 +01:00
|
|
|
|
2016-06-16 22:10:55 +02:00
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/import_snackbar"
|
2015-01-13 23:15:13 +01:00
|
|
|
android:layout_width="match_parent"
|
2016-08-20 16:48:55 +02:00
|
|
|
android:layout_height="wrap_content" />
|
2016-06-02 01:34:29 +02:00
|
|
|
|
2014-04-10 20:33:19 +02:00
|
|
|
</LinearLayout>
|
2016-06-02 01:34:29 +02:00
|
|
|
|
2015-06-26 14:47:59 +02:00
|
|
|
</RelativeLayout>
|