Files
base-demo/widgets/5a5aea0a-8c8b-4730-8e45-9ec6ccc5c4f6.xml

16 lines
583 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<demo:DialogChoiceWindow
xmlns:base="com.bartlomiejpluta.base.lib.gui"
xmlns:demo="com.bartlomiejpluta.demo.gui"
windowPosition="bottom"
padding="20f"
margin="20f"
width="900f"
height="auto">
<base:VLayout width="relative" height="auto">
<base:TextView ref="speaker" alignment="top|left" font="A.fonts.roboto_regular.$" fontSize="40f" width="relative" color="0x00AA00" />
<base:VOptionChoice ref="choice" width="relative" />
</base:VLayout>
</demo:DialogChoiceWindow>