Extends hit target for items that cannot be called back.
Bug: 5247180
Change-Id: I7e5dbd5ae2900c6ebc8ca936581ec668056f5563
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 3458dd9..2f3abc0 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -93,6 +93,7 @@
android:layout_height="match_parent"
android:layout_toRightOf="@id/quick_contact_photo"
android:layout_toLeftOf="@id/divider"
+ android:layout_alignWithParentIfMissing="true"
android:layout_centerVertical="true"
android:padding="@dimen/call_log_inner_margin"
android:orientation="vertical"