blob: f39cafd875bddd6849ae527291b9516c69206636 [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">
Dmitri Plotnikovd8f84e02011-01-23 18:03:14 -080023 <TextView
24 android:id="@+id/text"
Daisuke Miyakawa594dc442011-10-26 16:21:44 -070025 style="@style/ContactListSeparatorTextViewStyle"
Sean Midford85405d02016-11-09 20:00:56 -080026 android:textAlignment="viewStart"
27 android:paddingLeft="24dip"
28 android:paddingRight="24dip"
29 android:paddingStart="24dip"
30 android:paddingEnd="24dip"/>
Dmitri Plotnikovd8f84e02011-01-23 18:03:14 -080031</LinearLayout>