2015-01-14 20:18:03 +01:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<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>
|