blob: 50dac7000e3998e4ab04fd432ce84afef9d99955 [file] [log] [blame]
Dmitri Plotnikovd8f84e02011-01-23 18:03:14 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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
Daisuke Miyakawaa8729cd2011-10-12 12:27:16 -070017<!-- Layout used for "Join contacts" screen's section headers. -->
Dmitri Plotnikovd8f84e02011-01-23 18:03:14 -080018<LinearLayout
19 xmlns:android="http://schemas.android.com/apk/res/android"
20 android:layout_width="match_parent"
21 android:layout_height="wrap_content"
22 android:orientation="vertical">
23
24 <TextView
25 android:id="@+id/text"
Dmitri Plotnikovd8f84e02011-01-23 18:03:14 -080026 android:layout_width="match_parent"
Daisuke Miyakawa08c87462011-08-09 16:41:37 -070027 android:layout_height="wrap_content"
Daisuke Miyakawaa8729cd2011-10-12 12:27:16 -070028 android:minHeight="32dip"
Daisuke Miyakawa08c87462011-08-09 16:41:37 -070029 android:paddingLeft="?attr/list_item_header_text_indent"
Dmitri Plotnikovd8f84e02011-01-23 18:03:14 -080030 android:textAppearance="?android:attr/textAppearanceSmall"
Daisuke Miyakawaa8729cd2011-10-12 12:27:16 -070031 android:textAllCaps="true"
32 android:textStyle="bold"
33 android:singleLine="true"
34 android:ellipsize="end"
Dmitri Plotnikovd8f84e02011-01-23 18:03:14 -080035 android:gravity="center_vertical" />
36
Daisuke Miyakawa08c87462011-08-09 16:41:37 -070037 <View style="@style/SectionDivider" />
Dmitri Plotnikovd8f84e02011-01-23 18:03:14 -080038</LinearLayout>