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

TIMOB-10364 add resort in scrollview #4458

Conversation

bijupmb
Copy link
Contributor

@bijupmb bijupmb commented Jul 18, 2013

override resort in TiUiScrollview.java
https://jira.appcelerator.org/browse/TIMOB-10364

{
List<TiUIView> childrenItem = getChildren();
int count = childrenItem.size();
if (count > 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't child.getNativeView().getParent() is the same as getNativeView()? Can you explain what you're doing here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am trying to get the compositLayout. now i noticed the method getLayout

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Seems to work fine. Please address comments.

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Request accepted

hieupham007 added a commit that referenced this pull request Sep 10, 2013
…ScrollViewDoesntWork

TIMOB-10364 add resort in scrollview
@hieupham007 hieupham007 merged commit dce6774 into tidev:master Sep 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants