2020-10-09 20:24:02 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-04-26 21:24:33 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2020-10-31 09:11:01 +01:00
|
|
|
<include
|
|
|
|
layout="@layout/toolbar_layout"
|
|
|
|
android:id="@+id/toolbar_layout" />
|
2016-04-22 01:28:01 +02:00
|
|
|
|
2021-03-22 22:46:06 +01:00
|
|
|
<androidx.fragment.app.FragmentContainerView
|
2016-04-22 01:28:01 +02:00
|
|
|
android:id="@+id/frame"
|
|
|
|
android:layout_width="match_parent"
|
2020-10-09 20:24:02 +02:00
|
|
|
android:layout_height="match_parent" />
|
2016-04-22 01:28:01 +02:00
|
|
|
|
2020-10-09 20:24:02 +02:00
|
|
|
</LinearLayout>
|