Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 1 | <?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 Hagerott | bea2b85 | 2016-08-11 14:55:52 -0700 | [diff] [blame] | 17 | <android.support.design.widget.CoordinatorLayout |
| 18 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 19 | android:id="@+id/root" |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 20 | android:layout_width="match_parent" |
Marcus Hagerott | bea2b85 | 2016-08-11 14:55:52 -0700 | [diff] [blame] | 21 | android:layout_height="match_parent" > |
Katherine Kuan | b5760b9 | 2011-06-01 16:19:40 -0700 | [diff] [blame] | 22 | |
Marcus Hagerott | 89c5129 | 2016-11-08 15:05:38 -0800 | [diff] [blame] | 23 | <!-- 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 Wang | 7967545 | 2016-08-17 10:43:28 -0700 | [diff] [blame] | 31 | <FrameLayout |
| 32 | android:id="@+id/contacts_list_container" |
| 33 | android:layout_height="match_parent" |
| 34 | android:layout_width="match_parent" /> |
Wenyi Wang | bb22924 | 2016-05-25 16:04:13 -0700 | [diff] [blame] | 35 | |
| 36 | <include layout="@layout/floating_action_button" /> |
Marcus Hagerott | bea2b85 | 2016-08-11 14:55:52 -0700 | [diff] [blame] | 37 | </android.support.design.widget.CoordinatorLayout> |