blob: 6484d87f2aabc7ed243f4e511a86c9765037d6d1 [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"
Daisuke Miyakawaf6828022011-07-25 12:20:28 -070019 android:layout_height="match_parent"
20 android:layout_marginTop="?android:attr/actionBarSize">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080021
Daisuke Miyakawa438e1f12011-06-29 13:43:53 -070022 <android.support.v4.view.ViewPager
23 android:id="@+id/pager"
Romain Guy6304c0b2010-01-08 15:06:49 -080024 android:layout_width="match_parent"
Daniel Lehmannc1506272011-05-13 13:21:15 -070025 android:layout_height="match_parent" />
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080026
Daisuke Miyakawab2e626a2011-06-21 13:39:26 -070027 <!-- For phone search UI -->
28 <fragment
29 android:id="@+id/phone_number_picker_fragment"
30 class="com.android.contacts.list.PhoneNumberPickerFragment"
31 android:layout_height="match_parent"
32 android:layout_width="match_parent" />
33
34</FrameLayout>