Fix EllipsizeMaxLines lint error |
||
Issue descriptionRoot cause for adding this lint error: http://b/36950033 Message: Combining `ellipsize=marquee` and `maxLines=1` can lead to crashes. Use `singleLine=true` instead. Explanation: Combining `ellipsize` and `maxLines=1` can lead to crashes on some devices. Earlier versions of lint recommended replacing `singleLine=true` with `maxLines=1` but that should not be done when using `ellipsize`. 1. Remove <issue id="EllipsizeMaxLines" severity="ignore"/> from build/android/lint/suppressions.xml 2. Fix resulting lint errors @Theresa - Would you mind triaging this to UI/UX folks? Thanks, I tried fixing these but didn't want to introduce UX regressions that I don't understand.
,
Jan 22 2018
I have a couple other bugs that could be filed for this UI triage queue/rotation.
,
Feb 6 2018
Removing owner and adding android-fe-triaged label per front-end triage process. |
||
►
Sign in to add a comment |
||
Comment 1 by twelling...@chromium.org
, Jan 22 2018Components: UI>Browser
Status: Available (was: Assigned)