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