From 0ab7540db425179a2b45247ea7d950210fdedc8c Mon Sep 17 00:00:00 2001 From: twyen Date: Tue, 24 Apr 2018 16:19:02 -0700 Subject: Make SIM Selection hint multi-line SIM names can be really long and might be truncated if the template placed it at the end of the string. Also removed the char limit on the hint. TEST=TAP Bug: 69675796,72618783 Test: TAP PiperOrigin-RevId: 194163675 Change-Id: I8ee43ce87da80bc6438d2eaad480c63a0d89fbe2 --- java/com/android/contacts/common/res/layout/select_account_list_item.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'java/com/android/contacts/common') diff --git a/java/com/android/contacts/common/res/layout/select_account_list_item.xml b/java/com/android/contacts/common/res/layout/select_account_list_item.xml index bf52d6f09..98e7c5454 100644 --- a/java/com/android/contacts/common/res/layout/select_account_list_item.xml +++ b/java/com/android/contacts/common/res/layout/select_account_list_item.xml @@ -61,7 +61,6 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:includeFontPadding="false" - android:maxLines="1" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="@color/dialer_secondary_text_color" android:visibility="gone"/> -- cgit v1.2.3