blob: 14fb1376c18fd0ee43ea2eb199b4de56e96df868 [file] [log] [blame]
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2006 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
Daisuke Miyakawa438e1f12011-06-29 13:43:53 -07007
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08008 http://www.apache.org/licenses/LICENSE-2.0
Daisuke Miyakawa438e1f12011-06-29 13:43:53 -07009
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080010 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
Daniel Lehmannc1506272011-05-13 13:21:15 -070017<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
Romain Guy6304c0b2010-01-08 15:06:49 -080018 android:layout_width="match_parent"
19 android:layout_height="match_parent">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080020
Daisuke Miyakawa438e1f12011-06-29 13:43:53 -070021 <android.support.v4.view.ViewPager
22 android:id="@+id/pager"
Romain Guy6304c0b2010-01-08 15:06:49 -080023 android:layout_width="match_parent"
Daniel Lehmannc1506272011-05-13 13:21:15 -070024 android:layout_height="match_parent" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080025
Daisuke Miyakawab2e626a2011-06-21 13:39:26 -070026 <!-- For phone search UI -->
27 <fragment
28 android:id="@+id/phone_number_picker_fragment"
29 class="com.android.contacts.list.PhoneNumberPickerFragment"
30 android:layout_height="match_parent"
31 android:layout_width="match_parent" />
32
33</FrameLayout>