blob: 978f47a48a4fe5422507bcf08c88e771fc5cca0a [file] [log] [blame]
Dmitri Plotnikove1d4c062010-07-15 16:20:36 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Marcus Hagerottbea2b852016-08-11 14:55:52 -070017<android.support.design.widget.CoordinatorLayout
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 android:id="@+id/root"
Dmitri Plotnikove1d4c062010-07-15 16:20:36 -070020 android:layout_width="match_parent"
Marcus Hagerottbea2b852016-08-11 14:55:52 -070021 android:layout_height="match_parent" >
Katherine Kuanb5760b92011-06-01 16:19:40 -070022
Marcus Hagerott89c51292016-11-08 15:05:38 -080023 <!-- This is kind of a hack. Really we should be able to put the ContactsUnavailableFragment
24 into contacts_list_container but that causes issues with the fragment back stack
25 on older API levels -->
26 <FrameLayout
27 android:id="@+id/contacts_unavailable_container"
28 android:layout_height="match_parent"
29 android:layout_width="match_parent" />
30
Wenyi Wang79675452016-08-17 10:43:28 -070031 <FrameLayout
32 android:id="@+id/contacts_list_container"
33 android:layout_height="match_parent"
34 android:layout_width="match_parent" />
Wenyi Wangbb229242016-05-25 16:04:13 -070035
36 <include layout="@layout/floating_action_button" />
Marcus Hagerottbea2b852016-08-11 14:55:52 -070037</android.support.design.widget.CoordinatorLayout>