Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6_0_X][TIMOB-20206] Android: Fix TiCompositeLayout viewSorter #8793

Merged
merged 2 commits into from Jan 26, 2017

Conversation

garymathews
Copy link
Contributor

TEST CASE
var win = Ti.UI.createWindow({backgroundColor: 'gray'}),
    view = Ti.UI.createView({backgroundColor: 'red', width: '66%', height: '66%'});

win.add(view);
win.add(view);

win.open();

JIRA TIcket

@garymathews garymathews merged commit 7c22b55 into tidev:6_0_X Jan 26, 2017
@hansemannn hansemannn added this to the 6.0.2 milestone Jan 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants