-
Notifications
You must be signed in to change notification settings - Fork 0
javity xml ui
Radomiej edited this page Nov 24, 2016
·
6 revisions
This plugin allow create your Scene2d UI in XML file. Before you start use this plugin is higly recomendated familar with this two topic: Scene2d UI tablelayout
<?xml version="1.0" encoding="UTF-8"?>
<table name="root" debug="true" fillParent="true" expand-all="true" fill-all="true">
<button name="loginButton" text="Login" fill-all="true"/>
<row/>
<button name="registerButton" text="Register" fill-all="true"/>
<row/>
<button name="changeButton" text="Change password" fill-all="true"/>
<row/>
<button name="restoreButton" text="Forgot password" fill-all="true"/>
</table>
The xml`s files you can store in assets or load dynamic from file.