blob: 9224ea0a550c3638c7f182993bf81077e6ccbfd7 [file] [log] [blame]
Walter Jang3f990ba2015-01-27 17:38:30 +00001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2015 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
Walter Jang31a74ad2015-10-02 19:17:39 -070018<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
19 android:id="@+id/fragment_container"
20 android:layout_width="match_parent"
21 android:layout_height="match_parent"
Gary Mai15646ce2016-11-17 10:54:01 -080022 android:orientation="vertical">
23
24 <Toolbar
25 android:id="@+id/toolbar"
26 style="@style/EditorActionBarStyle"
27 android:layout_width="match_parent"
28 android:layout_height="?android:attr/actionBarSize"
29 android:background="?android:attr/colorPrimary"
30 android:elevation="4dp"
31 android:navigationContentDescription="@string/cancel_button_content_description"
John Shaobd9ef3c2016-12-15 12:42:03 -080032 android:navigationIcon="@drawable/quantum_ic_close_vd_theme_24"
Gary Mai15646ce2016-11-17 10:54:01 -080033 android:title="@string/contact_editor_title_existing_contact" />
34
35</LinearLayout>