Obsolete
Status Update
Comments
sa...@google.com <sa...@google.com> #2
Thank you for your feedback. We assure you that we are doing our best to address all issues reported. For now, we will be closing the issue as won't fix obsolete. If this issue currently still exists, we request that you log a new issue along with the bug report here https://goo.gl/TbMiIO and reference this bug for context.
Description
replace singleLine="true" to maxLines="1"
however it breaks working app to a crashing app on lower android versions. The crash is somehow related to "ellipsize" attribute.
Attached is crash resulting from using maxLines instead of singleLine on Android 4.2 to 4.4.
You should remove the deprecation when it's not working 100% on older Android versions. The change is not functionally equal.
Besides, View.setSingleLine() is not deprecated in sync with the attribute.