summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-30 15:44:37 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-30 15:44:37 -0700
commit8cd924a17073325562d5666ab766c57813d2a165 (patch)
treee82fe290afffe68866d2c6fba702741644bd7ae4
parent3a1e70e232fb656ec814d7a7464760fca35f4a9b (diff)
parent730772a0e98541e140ac6fee3dded2baf8883c43 (diff)
am 730772a0: Merge "Fix call shortcut highlighted state" into klp-dev
* commit '730772a0e98541e140ac6fee3dded2baf8883c43': 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"