blob: 9de85db6d5003f446b4fc9ebc834194847327805 [file] [log] [blame]
Daisuke Miyakawaecd392b2011-10-12 12:27:16 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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
17<view xmlns:android="http://schemas.android.com/apk/res/android"
18 class="com.android.contacts.widget.FullHeightLinearLayout"
19 style="@style/ContactPickerLayout"
20 android:orientation="vertical">
21 <!-- See also comments in contact_picker.xml -->
22 <view
23 class="android.widget.SearchView"
24 android:id="@+id/search_view"
25 android:layout_width="match_parent"
26 android:maxWidth="@dimen/contact_picker_search_view_max_width"
27 android:layout_height="wrap_content"
28 android:layout_marginLeft="0dip"
29 android:layout_marginRight="@dimen/list_visible_scrollbar_padding"
Fabrice Di Meglio7d3b9152013-04-04 19:49:34 -070030 android:layout_marginStart="0dip"
31 android:layout_marginEnd="@dimen/list_visible_scrollbar_padding"
Daisuke Miyakawaecd392b2011-10-12 12:27:16 -070032 android:paddingRight="0dip"
Fabrice Di Meglio7d3b9152013-04-04 19:49:34 -070033 android:paddingEnd="0dip"
Daisuke Miyakawaecd392b2011-10-12 12:27:16 -070034 android:iconifiedByDefault="false" />
35
36 <FrameLayout
37 android:layout_width="match_parent"
38 android:layout_height="0dip"
39 android:layout_weight="1"
40 android:id="@+id/list_container" />
41</view>