summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-14 16:09:14 -0700
committerYorke Lee <yorkelee@google.com>2014-10-14 16:09:14 -0700
commit2832533fad15779711f44e0758667cd2994c61d1 (patch)
treeb269a3e6a7172bcf780b2986606e6d046edd4a08 /res/layout
parent847d8e2d0d854c019e703809e9318371de3f46cf (diff)
Increase touch target for dismiss icon
Bug: 17754808 Change-Id: I7848edbcc7f6bb3dbdc93d13fe4b8e6cfd048451
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item_extra.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item_extra.xml b/res/layout/call_log_list_item_extra.xml
index 433597912..87b932bc6 100644
--- a/res/layout/call_log_list_item_extra.xml
+++ b/res/layout/call_log_list_item_extra.xml
@@ -53,6 +53,7 @@
<ImageView android:id="@+id/dismiss_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:padding="@dimen/icon_padding"
android:layout_gravity="center_vertical"
android:layout_marginEnd="@dimen/call_log_icon_margin"
android:src="@drawable/ic_close_dk"