[TIMOB-16645] Android 4.4.X - sizing with percentages creates unexpected results
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Bert Grantges |
Assignee | Unknown |
Created | 2014-03-19T11:26:16.000+0000 |
Updated | 2018-02-28T20:04:01.000+0000 |
Description
NOTE: This only happens on Android 4.4+, older versions of Android are behaving correctly.
When trying to align certain elements on a screen using percentages, the relative widths calculated are going above 100% within the parent view, causing wrapping or clipping within the view.
This is happening when you have a parent view of say 90% width and then two child views that both have 50% width.
No comments