summaryrefslogtreecommitdiffstats
path: root/java/com/android/contacts
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2018-04-24 16:19:02 -0700
committerCopybara-Service <copybara-piper@google.com>2018-04-25 11:46:46 -0700
commit0ab7540db425179a2b45247ea7d950210fdedc8c (patch)
tree5d01fac4d3b04db914cf6ae477e618bf5cb65d63 /java/com/android/contacts
parent82953530c1db1ed497c1166e2e6c2b5b04282f8a (diff)
downloadandroid_packages_apps_Dialer-0ab7540db425179a2b45247ea7d950210fdedc8c.tar.gz
android_packages_apps_Dialer-0ab7540db425179a2b45247ea7d950210fdedc8c.tar.bz2
android_packages_apps_Dialer-0ab7540db425179a2b45247ea7d950210fdedc8c.zip
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
Diffstat (limited to 'java/com/android/contacts')
-rw-r--r--java/com/android/contacts/common/res/layout/select_account_list_item.xml1
1 files changed, 0 insertions, 1 deletions
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"/>