summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-30 15:47:43 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-30 15:47:43 -0700
commit03ecd562d270d902db1999c8741147c7358cb05e (patch)
treefd7721380403567b8ba6f31ead3393892d3ce469
parent6c0c14c5b081fe3b9a508863e47f66369e0eb65c (diff)
parent8cd924a17073325562d5666ab766c57813d2a165 (diff)
am 8cd924a1: am 730772a0: Merge "Fix call shortcut highlighted state" into klp-dev
* commit '8cd924a17073325562d5666ab766c57813d2a165': Fix call shortcut highlighted state
-rw-r--r--res/layout/call_log_list_item.xml4
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"