43 lines
1.2 KiB
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> |