From f1f9455defca82ce14825239aebe060ee61c4c17 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Wed, 1 Nov 2017 18:17:51 -0700 Subject: Expand Voicemails on tapping Currently we only show as much of the voicemail transcription, as we can see on the first line. This CL allows us to tap the voicemail, so that it is expanded and the whole transcription is now visible. Bug: 68382421,64882313 Test: Unit Tests PiperOrigin-RevId: 174267231 Change-Id: I19d3dea028c06d7c31aeb2949a19360eff648dcd --- .../dialer/voicemail/listui/res/layout/new_voicemail_entry.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml') diff --git a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml index fe009922e..d9c557f1a 100644 --- a/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml +++ b/java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml @@ -72,25 +72,24 @@ android:layout_marginStart="@dimen/call_log_entry_photo_text_margin"/> - + - + android:layout_gravity="center_vertical" + android:visibility="gone"/> + -- cgit v1.2.3