blob: 6907a623cbebb8a9472bdd9ca74bf9bd8eee7a5a [file] [log] [blame]
Dmitri Plotnikov17abbae2010-09-28 20:36:45 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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
Josh Gargusf4aaa472012-04-26 17:27:22 -070017<TextView
Dmitri Plotnikov17abbae2010-09-28 20:36:45 -070018 xmlns:android="http://schemas.android.com/apk/res/android"
Maurice Chu62c7dc12012-05-21 11:14:04 -070019 android:layout_width="match_parent"
20 android:layout_height="match_parent"
Josh Gargusf4aaa472012-04-26 17:27:22 -070021 android:id="@+id/totalContactsText"
Daisuke Miyakawa8f59c2b2011-08-04 13:22:19 -070022 android:minHeight="@dimen/contact_filter_header_min_height"
Maurice Chu62c7dc12012-05-21 11:14:04 -070023 android:paddingTop="24dip"
24 android:gravity="center_horizontal"
25 android:textAppearance="?android:attr/textAppearanceLarge"
26 android:textColor="?android:attr/textColorSecondary" />