From 49db1addc0a5c8b111f810766a3f04d15747f49a Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Mon, 18 Aug 2014 20:10:17 -0700 Subject: Reveal InCallUI from touch point in Dialer. COMPLETED. Reveal now works from the favorites tiles, recent cards/call back, search results, dialpad, and disambiguation dialog. Bug: 15284651 Change-Id: I43ba1d7095b839ec24faa043de042048d36057b1 --- res/layout/call_log_list_item.xml | 1 + res/layout/phone_disambig_item.xml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'res/layout') diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 4dcffb19b..3fbe7e9ce 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -137,6 +137,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" + android:layout_marginEnd="@dimen/call_log_icon_margin" android:src="@drawable/ic_card_phone" android:tint="@color/recent_call_log_item_phone_icon_tint" android:alpha="0.3" diff --git a/res/layout/phone_disambig_item.xml b/res/layout/phone_disambig_item.xml index a097ce798..27bbda134 100755 --- a/res/layout/phone_disambig_item.xml +++ b/res/layout/phone_disambig_item.xml @@ -14,7 +14,8 @@ limitations under the License. --> - - + -- cgit v1.2.3