Files
wayvr/dash-frontend/assets/gui/view/game_launcher.xml
2025-12-26 23:22:17 +01:00

19 lines
764 B
XML

<layout>
<elements>
<div flex_direction="row" gap="16">
<div id="cover_art_parent" />
<div flex_direction="column" gap="16">
<label id="label_title" weight="bold" size="32" />
<div flex_direction="row" gap="8">
<label text="by" />
<label weight="bold" id="label_author" />
</div>
<label id="label_description" wrap="1" />
<Button id="btn_launch" align_self="baseline" color="#44ce22FF" padding_top="4" padding_bottom="4" round="8" padding_right="12" min_height="40">
<sprite src_builtin="dashboard/play.svg" width="32" height="32" />
<label text="Launch" weight="bold" size="17" shadow="#00000099" />
</Button>
</div>
</div>
</elements>
</layout>