2015-06-30 17:14:12 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-01-14 20:18:03 +01:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
2015-06-30 17:14:12 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical">
|
2015-01-14 20:18:03 +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" />
|
2015-01-14 20:18:03 +01:00
|
|
|
|
|
|
|
|
</LinearLayout>
|