diff options
author | Yorke Lee <yorkelee@google.com> | 2013-11-14 11:45:13 -0800 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2013-11-14 11:45:13 -0800 |
commit | b372f3e5a2b39ecf3949b422b43dbb5ea2a564bf (patch) | |
tree | a1ceaffde0bb5f1a4dbc70bc29ff8855dba371ac /res | |
parent | d2eab38ad3a93e47754a287c7a145df9f3d46ad1 (diff) |
Fix padding issues with shortcut and call log items
Bug: 11674807
Change-Id: I0a0a167169a004523389e14a79e02c11465312bd
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_list_item.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 5edd06b07..1d368f63d 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -39,8 +39,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_centerVertical="true" - android:paddingStart="@dimen/call_log_outer_margin" - android:paddingEnd="@dimen/call_log_outer_margin" + android:padding="@dimen/call_log_outer_margin" android:orientation="horizontal" android:gravity="center_vertical" android:background="?android:attr/selectableItemBackground" @@ -60,8 +59,6 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" - android:paddingTop="@dimen/call_log_inner_margin" - android:paddingBottom="@dimen/call_log_inner_margin" android:orientation="vertical" android:gravity="center_vertical" android:layout_marginStart="@dimen/call_log_inner_margin" |