mirror of https://github.com/wayvr-org/wayvr.git
28 lines
1018 B
XML
28 lines
1018 B
XML
<layout>
|
|
<include src="../t_menu_button.xml" />
|
|
|
|
<elements>
|
|
<div
|
|
flex_direction="column"
|
|
justify_content="center"
|
|
align_items="center"
|
|
flex_grow="1"
|
|
gap="24">
|
|
<sprite src_builtin="dashboard/wayvr_dashboard.png" width="96" height="96" />
|
|
<label id="label_hello" size="32" weight="bold" />
|
|
|
|
<!-- main button list -->
|
|
<div flex_direction="row" gap="8">
|
|
<MenuButton id="btn_apps" icon="dashboard/apps.svg" translation="APPLICATIONS" />
|
|
<MenuButton id="btn_games" icon="dashboard/games.svg" translation="GAMES" />
|
|
<MenuButton id="btn_monado" icon="dashboard/monado.svg" text="Monado" />
|
|
<MenuButton id="btn_settings" icon="dashboard/settings.svg" translation="SETTINGS" />
|
|
</div>
|
|
|
|
<Button id="btn_welcome_screen" macro="home_button" tooltip="APP_SETTINGS.SHOW_WELCOME_SCREEN">
|
|
<sprite src_builtin="dashboard/welcome.svg" width="32" height="32" margin="16"/>
|
|
</Button>
|
|
</div>
|
|
</elements>
|
|
</layout>
|