Flavio Lerda | 22cb663 | 2011-08-03 22:59:58 +0100 | [diff] [blame] | 1 | <?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 Lerda | 22cb663 | 2011-08-03 22:59:58 +0100 | [diff] [blame] | 19 | --> |
| 20 | <FrameLayout |
| 21 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 22 | android:layout_width="match_parent" |
Katherine Kuan | c81b1e2 | 2011-10-19 17:59:00 -0700 | [diff] [blame] | 23 | 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 Meglio | 7d3b915 | 2013-04-04 19:49:34 -0700 | [diff] [blame] | 31 | android:paddingStart="8dip" |
| 32 | android:paddingEnd="8dip" |
Katherine Kuan | c81b1e2 | 2011-10-19 17:59:00 -0700 | [diff] [blame] | 33 | 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> |