2015-03-06 01:52:06 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:id="@+id/toolbar_include"
|
|
|
|
|
android:elevation="4dp"
|
2015-06-26 13:57:40 +02:00
|
|
|
android:background="?attr/colorBrightToolbar"
|
2015-03-06 01:52:06 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
<include
|
|
|
|
|
android:id="@+id/toolbar_inner_layout"
|
|
|
|
|
layout="@layout/toolbar_inner_layout_white" />
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|