From 4db07410fbf823158a8cd3edcc7a6e1d72cc607f Mon Sep 17 00:00:00 2001 From: calderwoodra Date: Thu, 26 Apr 2018 13:00:04 -0700 Subject: Build out the bottom sheet for suggested contacts in Speed Dial. The bottom sheet should include: - contact row - voice call - video call - sms - divider - add favorite (follow up) - remove (follow up) - contact info Bug: 77761183 Test: WIP PiperOrigin-RevId: 194440839 Change-Id: I78e0e0fc0a4834338a59b458fe7639786de57877 --- .../android/dialer/speeddial/res/layout/suggestion_row_layout.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'java/com/android/dialer/speeddial/res/layout') diff --git a/java/com/android/dialer/speeddial/res/layout/suggestion_row_layout.xml b/java/com/android/dialer/speeddial/res/layout/suggestion_row_layout.xml index ff95b5906..868606065 100644 --- a/java/com/android/dialer/speeddial/res/layout/suggestion_row_layout.xml +++ b/java/com/android/dialer/speeddial/res/layout/suggestion_row_layout.xml @@ -21,7 +21,7 @@ android:minHeight="72dp" android:background="?android:attr/selectableItemBackground"> - + android:background="?android:selectableItemBackgroundBorderless" + android:contentDescription="@string/content_description_overflow"/> \ No newline at end of file -- cgit v1.2.3