mirror of https://github.com/wayvr-org/wayvr.git
20 lines
543 B
XML
20 lines
543 B
XML
<layout>
|
|
<macro name="home_button" round="8" hover_color="primary" hover_border_color="on_primary" />
|
|
|
|
<template name="MenuButton">
|
|
<Button
|
|
id="${id}"
|
|
width="120"
|
|
height="82"
|
|
macro="home_button">
|
|
<div gap="8"
|
|
align_items="center"
|
|
justify_content="center"
|
|
flex_direction="column">
|
|
<sprite src_builtin="${icon}" width="32" height="32" />
|
|
<label weight="bold" size="18" text="${text}" translation="${translation}" />
|
|
</div>
|
|
</Button>
|
|
</template>
|
|
</layout>
|