| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…tns-core-modules-widgets into mdonev/tnslabel-layout-fix
| // might result in increased height e.g. text that could be shown on one line for larger | ||
| // width needs to be wrapped in two when width is reduced. | ||
| // As a result we cannot unconditionally measure with EXACTLY the current measured height | ||
| int childHeightMeasureSpec = getChildMeasureSpec(this.getMeasuredHeightAndState(), |
There was a problem hiding this comment.
Basically this is the Android version of the fix from this PR NativeScript/NativeScript#5781
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
(Widget part of) Fixes NativeScript/NativeScript#4834
(Widget part of) Fixes NativeScript/NativeScript#3834
NOTE: Also fixes iOS 11 specific scenarios with text wrapping outside flexbox.