2020-10-09 18:24:02 +00:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-04-26 19:24:33 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
2020-10-09 18:24:02 +00:00
|
|
|
<include layout="@layout/toolbar_layout" />
|
2016-04-21 23:28:01 +00:00
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/frame"
|
|
|
|
android:layout_width="match_parent"
|
2020-10-09 18:24:02 +00:00
|
|
|
android:layout_height="match_parent" />
|
2016-04-21 23:28:01 +00:00
|
|
|
|
2020-10-09 18:24:02 +00:00
|
|
|
</LinearLayout>
|