-
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 scene2d UI in XML file.
<?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.