Files
wayvr/dash-frontend/assets/gui/templates.xml

18 lines
453 B
XML

<layout>
<template name="MenuButton">
<Button
width="120"
height="82"
color="#00000033"
border_color="#FFFFFF77"
round="8">
<div gap="8"
align_items="center"
justify_content="center"
flex_direction="column">
<sprite src="${icon}" width="32" height="32" />
<label weight="bold" color="#FFFFFF" size="18" text="${text}" />
</div>
</Button>
</template>
</layout>