From b2f2c5699f534b1e31f3e14332ee0c7af9d5a84c Mon Sep 17 00:00:00 2001 From: mdooley Date: Fri, 15 Sep 2017 11:07:30 -0700 Subject: Make voicemail transcription text selectable and phone numbers clickable Also replace deprecate android:singleLine=true with android:maxLines=1 video: https://drive.google.com/open?id=0B9o_KvtLkcuIWGVBOElWdFNKa1E Bug: 65678844 Test: manual PiperOrigin-RevId: 168858718 Change-Id: I8be70e8496a8f0c562ca09eb315bb4e28b3e9c00 --- java/com/android/dialer/app/res/layout/call_log_list_item.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'java/com/android/dialer/app') 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 2c248198d..63f14db9d 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 @@ -101,7 +101,7 @@ android:layout_marginEnd="@dimen/call_log_icon_margin" android:textColor="@color/call_log_primary_color" android:textSize="@dimen/call_log_primary_text_size" - android:singleLine="true"/> + android:maxLines="1"/> + android:maxLines="1"/> @@ -146,7 +146,7 @@ android:textColor="?android:textColorSecondary" android:textSize="@dimen/call_log_detail_text_size" android:visibility="gone" - android:singleLine="true"/> + android:maxLines="1"/> + android:maxLines="1"/> -- cgit v1.2.3