You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
michael....@gmail.com
on 26 Feb 2012 at 2:01The text was updated successfully, but these errors were encountered: