diff options
author | Yorke Lee <yorkelee@google.com> | 2013-08-30 09:34:29 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2013-08-30 09:34:29 -0700 |
commit | 4bd3104711baae266e11b07e44642e7959b816e6 (patch) | |
tree | 4ae7289d1fc683cb7c6dd1cea1133905e7db307f | |
parent | 2e5b34b14181f367ec90198f5cbcd39f261b7bf5 (diff) |
Fix call shortcut highlighted state
Bug: 10509636
Change-Id: Iff06fd83d55b8f3e72c2828c8668c301f5e4036a
-rw-r--r-- | res/layout/call_log_list_item.xml | 4 |
1 files 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" |