[TIMOB-10738] Android: using vertical layout, multiple views cannot be added if one has the 'bottom' property set, but no 'height'
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-09-11T16:38:57.000+0000 |
Affected Version/s | Release 2.1.2 |
Fix Version/s | Sprint 2012-19 Core |
Components | Android |
Labels | core, regression |
Reporter | Davide Cassenti |
Assignee | Allen Yeung |
Created | 2012-09-03T06:38:03.000+0000 |
Updated | 2013-03-13T15:05:53.000+0000 |
Marking this bug as invalid. The behavior mentioned is expected. When there is no height defined, implicit height is calculated by the top and bottom pins. Top and bottom are also treated as padding in vertical layout, so this will push the second view out of the viewable screen.
Closing as invalid