From 4bd3104711baae266e11b07e44642e7959b816e6 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Fri, 30 Aug 2013 09:34:29 -0700 Subject: Fix call shortcut highlighted state Bug: 10509636 Change-Id: Iff06fd83d55b8f3e72c2828c8668c301f5e4036a --- res/layout/call_log_list_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 5a6c446a2..6f5ca67c5 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -38,8 +38,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_centerVertical="true" - android:layout_marginStart="@dimen/call_log_outer_margin" - android:layout_marginEnd="@dimen/call_log_outer_margin" + android:paddingStart="@dimen/call_log_outer_margin" + android:paddingEnd="@dimen/call_log_outer_margin" android:orientation="horizontal" android:gravity="center_vertical" android:background="?android:attr/selectableItemBackground" -- cgit v1.2.3