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

44 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"
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:IconView ref="weapon" scale="2f"/>
</base:BorderLayout-TopRight>
<base:BorderLayout-BottomLeft>
<base:Label
ref="log"
font="A.fonts.roboto_regular.uid"
width="400f"
height="25f"
alignment="bottom|left"
color="0xFFFFFF"
fontSize="15f"/>
</base:BorderLayout-BottomLeft>
<base:BorderLayout-BottomRight>
<base:Label
ref="debug"
font="A.fonts.roboto_regular.uid"
width="200f"
height="25f"
alignment="bottom|right"
color="0xFFFFFF"
fontSize="15f"/>
</base:BorderLayout-BottomRight>
</demo:HUD>