blob: 8173f81c41a495f0fa73fc9c9acb9d2c79c5a0b4 [file] [log] [blame]
Flavio Lerda22cb6632011-08-03 22:59:58 +01001<?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
17<!--
18 This is a header entry in the contact updates list.
Flavio Lerda22cb6632011-08-03 22:59:58 +010019-->
20<FrameLayout
21 xmlns:android="http://schemas.android.com/apk/res/android"
22 android:layout_width="match_parent"
Katherine Kuanc81b1e22011-10-19 17:59:00 -070023 android:layout_height="wrap_content"
24 android:focusable="false">
25
26 <TextView
27 style="?android:attr/listSeparatorTextViewStyle"
28 android:layout_height="32dip"
29 android:paddingLeft="8dip"
30 android:paddingRight="8dip"
Fabrice Di Meglio7d3b9152013-04-04 19:49:34 -070031 android:paddingStart="8dip"
32 android:paddingEnd="8dip"
Katherine Kuanc81b1e22011-10-19 17:59:00 -070033 android:background="@drawable/list_section_divider_holo_custom"
34 android:text="@string/recent_updates"
35 android:textColor="@color/people_app_theme_color"
36 android:textAllCaps="true"
37 android:singleLine="true"
38 android:ellipsize="end" />
39
40</FrameLayout>