From 6b2221cb1f83e3b5a2a08f9723702c9cda165ed5 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Wed, 7 May 2014 16:05:08 -0700 Subject: Setting call log item elevation and background color when items are expanded/shrunk per redlines. Bug: 13962594 Change-Id: I5614a896c06bd29ddc6d3996a1563a0547310e6a --- res/layout/call_log_list_item.xml | 1 - res/values/dimens.xml | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index eaf2a80b7..b7e969693 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -52,7 +52,6 @@ android:padding="@dimen/call_log_outer_margin" android:orientation="horizontal" android:gravity="center_vertical" - android:background="?android:attr/selectableItemBackground" android:focusable="true" android:nextFocusRight="@+id/call_back_action" android:nextFocusLeft="@+id/quick_contact_photo" diff --git a/res/values/dimens.xml b/res/values/dimens.xml index c9eeacfcd..bf24f1ebb 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -125,4 +125,6 @@ 14sp 48dp + + 4dp -- cgit v1.2.3