From 12da0b8101b77cbdbdd5754b667c4f122512b3c3 Mon Sep 17 00:00:00 2001 From: mdooley Date: Wed, 20 Sep 2017 11:40:30 -0700 Subject: Don't truncate long voicemail transcriptions Also repostion contact icon (for allen, is there a bug for that?) Originally i tried wrapping the transcription in a ScrollView, but that didn't really work since there's no easy way to set a max-height for it. Since most voicemails transcriptions are not that long, an easier solution was just to not limit the number of lines for the transcription. screen shots: https://drive.google.com/open?id=0B9o_KvtLkcuINkdXeVV0U0dOZVNfdExzSDNsai1Ld2F3ZlBN https://drive.google.com/open?id=0B9o_KvtLkcuIZTZFQzRQaW1nblBPN2JkVW1hMkR3YWl1b2JV Bug: 64211399 Test: manual PiperOrigin-RevId: 169425482 Change-Id: I63c9165f48d902c06e288280116cd9b95d67852c --- java/com/android/dialer/app/res/layout/call_log_list_item.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'java/com/android/dialer') diff --git a/java/com/android/dialer/app/res/layout/call_log_list_item.xml b/java/com/android/dialer/app/res/layout/call_log_list_item.xml index 63f14db9d..39dcbacf5 100644 --- a/java/com/android/dialer/app/res/layout/call_log_list_item.xml +++ b/java/com/android/dialer/app/res/layout/call_log_list_item.xml @@ -63,6 +63,7 @@ + android:textIsSelectable="true"/>