diff options
author | Andrew Lee <anwlee@google.com> | 2015-10-28 19:16:19 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-10-28 19:17:29 -0700 |
commit | ac78f78225f3c91b8ec39a842d10f208c7e44869 (patch) | |
tree | 8de0accd170d46d671fe477e0a25a807a1277ded /res | |
parent | 38526e42a0e0ab53fcb9da062f978e76dcc0da82 (diff) |
Removed padding at bottom of list item actions.
When interacting, this causes an awkward ripple which doesn't
reach the edge.
Change-Id: I0b837d8159cb53584ecc779f8bed89ce554ddfa8
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_list_item_actions.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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"> |