From ac78f78225f3c91b8ec39a842d10f208c7e44869 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 28 Oct 2015 19:16:19 -0700 Subject: Removed padding at bottom of list item actions. When interacting, this causes an awkward ripple which doesn't reach the edge. Change-Id: I0b837d8159cb53584ecc779f8bed89ce554ddfa8 --- res/layout/call_log_list_item_actions.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml index 262a17685..ca0040589 100644 --- a/res/layout/call_log_list_item_actions.xml +++ b/res/layout/call_log_list_item_actions.xml @@ -19,7 +19,6 @@ android:gravity="center_vertical" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingBottom="@dimen/call_log_actions_bottom_padding" android:orientation="vertical" android:visibility="visible" android:importantForAccessibility="1"> -- cgit v1.2.3