diff options
author | Yorke Lee <yorkelee@google.com> | 2013-08-30 22:41:35 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-08-30 22:41:35 +0000 |
commit | 730772a0e98541e140ac6fee3dded2baf8883c43 (patch) | |
tree | fd7721380403567b8ba6f31ead3393892d3ce469 | |
parent | a394f116cebb71d2d7e6896472ac24e982cd86ae (diff) | |
parent | 4bd3104711baae266e11b07e44642e7959b816e6 (diff) |
Merge "Fix call shortcut highlighted state" into klp-dev
-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" |