blob: d1af632e4c6120dab7ac32b8d3d43113a3bbc2ca [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"
Makoto Onukid0cf37c2011-11-07 18:02:32 -080020 android:layout_marginTop="?android:attr/actionBarSize"
21 android:id="@+id/dialtacts_frame"
22 >
Michael Jurka28283072011-09-16 14:38:31 -070023 <com.android.contacts.activities.DialtactsViewPager
Daisuke Miyakawa438e1f12011-06-29 13:43:53 -070024 android:id="@+id/pager"
Romain Guy6304c0b2010-01-08 15:06:49 -080025 android:layout_width="match_parent"
Daniel Lehmannc1506272011-05-13 13:21:15 -070026 android:layout_height="match_parent" />
Daisuke Miyakawab2e626a2011-06-21 13:39:26 -070027</FrameLayout>