mirror of https://github.com/wayvr-org/wayvr.git
22 lines
620 B
XML
22 lines
620 B
XML
<layout>
|
|
<include src="theme.xml" />
|
|
|
|
<macro name="home_button" round="8" color="#00000033" border_color="#FFFFFF77" hover_color="~color_accent" hover_border_color="#FFFFFF" />
|
|
|
|
<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>
|