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-12658: Android: TableView row labels disappear, related to className property #4137

Merged
merged 1 commit into from Apr 10, 2013

Conversation

ayeung
Copy link
Contributor

@ayeung ayeung commented Apr 10, 2013

https://jira.appcelerator.org/browse/TIMOB-12658

I had to manually set the height parameter in layout params. Before it was MATCH_PARENT, and since the parent was MeasureSpec.UNSPECIFIED, it defaulted to 0 when it got passed into onMeasure for the children.

Test case in Jira. Please also make sure to run KS.

…he height. This prevented children from measuring correctly since height would be zero.
@ghost ghost assigned pingwang2011 Apr 10, 2013
@pingwang2011
Copy link
Contributor

Code reviewed and functionally tested. Accepted

pingwang2011 added a commit that referenced this pull request Apr 10, 2013
TIMOB-12658: Android: TableView row labels disappear, related to className property
@pingwang2011 pingwang2011 merged commit ac688a1 into tidev:master Apr 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