blob: 3af60d3166ffea4724ae9c35c2c370374c39f66c [file] [log] [blame]
Megha Joshi73ec9e82009-09-21 01:37:13 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 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<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Romain Guy6304c0b2010-01-08 15:06:49 -080018 android:layout_width="match_parent"
Megha Joshi73ec9e82009-09-21 01:37:13 -070019 android:layout_height="wrap_content"
20 android:minHeight="?android:attr/listPreferredItemHeight"
21 android:orientation="horizontal"
Megha Joshi73ec9e82009-09-21 01:37:13 -070022 android:paddingLeft="6dip"
Fabrice Di Meglio7d3b9152013-04-04 19:49:34 -070023 android:paddingRight="6dip"
24 android:paddingStart="6dip"
25 android:paddingEnd="6dip"
Megha Joshi73ec9e82009-09-21 01:37:13 -070026 android:paddingTop="5dip"
27 android:paddingBottom="5dip"
28 android:gravity="center_vertical"
29 >
30 <ImageView android:id="@+id/addicon"
31 android:layout_width="wrap_content"
32 android:layout_height="wrap_content"
33 android:layout_marginLeft="5dip"
34 android:layout_marginRight="11dip"
Fabrice Di Meglio7d3b9152013-04-04 19:49:34 -070035 android:layout_marginStart="5dip"
36 android:layout_marginEnd="11dip"
Megha Joshi73ec9e82009-09-21 01:37:13 -070037 android:focusable="false"
Daniel Lehmannd260de42011-08-01 18:08:38 -070038 android:src="@drawable/ic_add_contact_holo_light"
Megha Joshi73ec9e82009-09-21 01:37:13 -070039 android:scaleType="fitCenter"
40 />
41 <TextView android:id="@+id/title"
42 android:text="@string/pickerNewContactHeader"
43 android:textAppearance="?android:attr/textAppearanceMedium"
44 android:textStyle="bold"
45 android:layout_width="wrap_content"
46 android:layout_height="wrap_content"
47 android:layout_marginBottom="2dip"
48 />
49</LinearLayout>