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

Row properties cannot be parsed from table layout file #1

Open
GoogleCodeExporter opened this issue Jul 31, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open the TableLayout Editor from the Google code website.
2. Copy the following sample code into the editor. I copied it from the 
examples section on the main page:

debug align:top
* spacing:5
| align:right | fill:x expand:x
--- paddingBottom:10
'Name:'
[nameEdit]

---
'Address:'
[addressEdit]

What is the expected output? What do you see instead?
All elements in the row should have a bottom padding of 10 but instead I get a 
parse error:
Error parsing layout on line 4:5 near: paddingBottom:10 {...}

What version of the product are you using? On what operating system?
Replicated in the TableLayout Editor launched from the Google Code page and in 
libgdx svn trunk (TableLayout Revision: 2895).

Original issue reported on code.google.com by michael....@gmail.com on 26 Feb 2012 at 2:01

@GoogleCodeExporter
Copy link
Author

Eliminate the space between --- and cell property names:

---paddingBottom:10

Original comment by ben.dona...@graphitelab.com on 4 Apr 2012 at 5:05

Repository owner deleted a comment from technosoft-admin Mar 4, 2024
Repository owner deleted a comment from rapkaan Mar 4, 2024
Repository owner deleted a comment from rapkaan Mar 4, 2024
Repository owner deleted a comment from maiconzucco Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@GoogleCodeExporter and others