summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-06-25 13:54:49 -0700
committerBrian Attwell <brianattwell@google.com>2014-06-25 14:54:05 -0700
commit3c4e8501b8fe4a6f508a256fd133004e1f1936a4 (patch)
tree365dcd2b6b75772e3301ebe83be120e06ab99288 /res/layout
parentf399277792958103cd8b93db8187d64d1e3209d2 (diff)
downloadandroid_packages_apps_ContactsCommon-3c4e8501b8fe4a6f508a256fd133004e1f1936a4.tar.gz
android_packages_apps_ContactsCommon-3c4e8501b8fe4a6f508a256fd133004e1f1936a4.tar.bz2
android_packages_apps_ContactsCommon-3c4e8501b8fe4a6f508a256fd133004e1f1936a4.zip
Frequently Contacted title style in Favorites tab
Change-Id: I2effc74dfd1b570844296c003de456ec71e2940d
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/list_separator.xml22
1 files changed, 8 insertions, 14 deletions
diff --git a/res/layout/list_separator.xml b/res/layout/list_separator.xml
index 4553d48b..97e154bb 100644
--- a/res/layout/list_separator.xml
+++ b/res/layout/list_separator.xml
@@ -13,21 +13,15 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
-<FrameLayout
+<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:id="@+id/title"
+ android:textColor="@color/frequently_contacted_title_color"
android:paddingLeft="16dip"
- android:paddingRight="16dip"
android:paddingStart="16dip"
+ android:paddingRight="16dip"
android:paddingEnd="16dip"
- android:focusable="false">
- <TextView
- android:id="@+id/title"
- style="@style/ContactListSeparatorTextViewStyle"
- android:paddingLeft="8dip"
- android:paddingRight="8dip"
- android:paddingStart="8dip"
- android:paddingEnd="8dip" />
-</FrameLayout>
+ android:paddingBottom="15dip"
+ android:paddingTop="16dip"
+ android:textStyle="bold"
+ android:textSize="20sp"/>