We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example,
mainView.layout.text = "type: linear; orient: vertical"; for (int i = 0; i < 2; ++i) { final view = new View(); view.classes.add("container"); view.layout.text = "type: linear; spacing: 5"; view.profile.text = "min-width: 150; min-height: 150"; mainView.addChild(view); }
The view shall take 200 x 100 if it has no child.
The text was updated successfully, but these errors were encountered:
Fixed since Sept. 5, 2012
Sorry, something went wrong.
No branches or pull requests
For example,
The view shall take 200 x 100 if it has no child.
The text was updated successfully, but these errors were encountered: