Files
base-demo/widgets/00bd0625-b3b8-4abf-97b7-91f42bce28ec.xml

43 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<demo:HUD
xmlns:base="com.bartlomiejpluta.base.lib.gui"
xmlns:demo="com.bartlomiejpluta.demo.gui"
padding="20f"
height="relative"
width="relative">
<base:BorderLayout-TopLeft>
<demo:Bar
ref="hp"
strokeColor="0x111111"
fillColor="0xFF0000"
width="250f"
height="20f"/>
</base:BorderLayout-TopLeft>
<base:BorderLayout-TopRight>
<base:FPSMonitor monitor="5,40" padding="15f" width="150" height="100f"/>
</base:BorderLayout-TopRight>
<base:BorderLayout-BottomLeft>
<base:Label
ref="log"
font="A.fonts.roboto_regular.$"
width="400f"
height="25f"
alignment="bottom|left"
color="0xFFFFFF"
fontSize="15f"/>
</base:BorderLayout-BottomLeft>
<base:BorderLayout-BottomRight width="auto" height="auto">
<base:TextView
ref="debug"
font="A.fonts.roboto_regular.$"
alignment="top|right"
color="0xFFFFFF"
fontSize="15f"/>
</base:BorderLayout-BottomRight>
</demo:HUD>