Fixed
Status Update
Comments
am...@google.com <am...@google.com>
am...@google.com <am...@google.com> #2
This issue does not reproduce with dev preview 4.
fc...@gmail.com <fc...@gmail.com> #3
Closing this issue as per comment #2 from reporter.
am...@google.com <am...@google.com> #4
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
am...@google.com <am...@google.com> #5
Our engineering team has fixed this issue. It will be available in a future Android release, so please keep an eye on the release notes https://developer.android.com/preview/release-notes.html .
Description
* What device are you using?: Nexus 5X
* What are the steps to reproduce the problem?: A basic wrap_content textview with the maxLines set to 0
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!Hello World!"
android:maxLines="0"/>
* Issue Category: Framework (platform)
* What was the expected result?: The TextView would have a height of 0
* What was the actual result?: The TextView displays the content on multiple lines