I would like to put a background on the nested table (controlTable) of my layout :
- Code: Select all
debug
* padding:8 align:left
[pauseButton] align:left
---
'' expand
---
[controlTable:
{
[plusButton]
}
] align:center
When I just name the nested table, TableLayout failed to parse the layout :
- Code: Select all
Caused by: java.lang.ClassNotFoundException:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.esotericsoftware.tablelayout.Toolkit.newInstance(Toolkit.java:144)
at com.badlogic.gdx.scenes.scene2d.ui.tablelayout.LibgdxToolkit.newInstance(LibgdxToolkit.java:102)
at com.badlogic.gdx.scenes.scene2d.ui.tablelayout.LibgdxToolkit.newInstance(LibgdxToolkit.java:52)
at com.esotericsoftware.tablelayout.Toolkit.newWidget(Toolkit.java:125)
... 30 more
What should I do?
How can I name and correctly use a nested table?
