summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdooley <mdooley@google.com>2017-10-06 11:12:55 -0700
committerEric Erfanian <erfanian@google.com>2017-10-06 14:57:36 -0700
commit549fd00bfa7de12530beff678f8c0542d321a881 (patch)
tree1ad9f587352e95e3b8b44ce53b0370f49320603a
parentd1d1d0c6726b9501cfb6f19317f9bf4e70e0d1dd (diff)
Allow for multi-line transcription error messages
QA noticed that the error message 'Transcription not available. Unsupported language' didnt fit on one line and got truncated. This cl removes the single line constraint for that text field. Bug: 67384287 Test: manual PiperOrigin-RevId: 171316291 Change-Id: I41f98fe207ebeca900bf4fd51cd4e95e20981a9a
-rw-r--r--java/com/android/dialer/app/res/layout/call_log_list_item.xml3
1 files changed, 1 insertions, 2 deletions
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 39dcbacf5..4382008d4 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
@@ -170,8 +170,7 @@
android:layout_height="wrap_content"
android:textColor="@color/call_log_voicemail_transcript_branding_color"
android:textSize="@dimen/call_log_voicemail_transcription_text_size"
- android:paddingTop="2dp"
- android:maxLines="1"/>
+ android:paddingTop="2dp"/>
</LinearLayout>