[TIMOB-19814] TI.UI.FILL does not work on Android and Mobile Web
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-08-23T00:10:04.000+0000 |
Affected Version/s | Release 5.0.2 |
Fix Version/s | Release 6.2.0 |
Components | Android |
Labels | n/a |
Reporter | Fix Please |
Assignee | Joshua Quick |
Created | 2015-10-25T21:37:01.000+0000 |
Updated | 2017-08-23T00:10:45.000+0000 |
Description
<Alloy>
<Window class="container" layout="absolute">
<View left="0" top="0" width="TI.UI.FILL" height="TI.UI.FILL" backgroundColor="yellow">
</View>
<View left="0" top="100" width="TI.UI.FILL" height="100" backgroundColor="red">
</View>
<View left="0" top="200" width="500" height="100" backgroundColor="green">
</View>
<Button left="0" top="300" width="TI.UI.FILL" height="100">BUTTON 1</Button>
<Button left="0" top="400" width="500" height="100">BUTTON 2</Button>
</Window>
</Alloy>
Attachments
File | Date | Size |
---|---|---|
TiBug.jpg | 2015-10-25T21:36:44.000+0000 | 98259 |
Passed FR. PR merged. Changes are seen in SDK versions: 6.2.0.v20170822113609 7.0.0.v20170822142802