mirror of https://github.com/wayvr-org/wayvr.git
25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<layout>
|
|
<template name="Pip">
|
|
<rectangle id="pip" width="8" height="8" round="100%" color="${COLOR}"/>
|
|
</template>
|
|
|
|
<elements>
|
|
<div position="relative" flex_grow="1">
|
|
<!-- Content -->
|
|
<div position="absolute" id="content" flex_direction="column" flex_grow="1" align_items="center" justify_content="center" gap="16" width="100%" height="100%">
|
|
<!-- filled-in at runtime -->
|
|
</div>
|
|
<!-- Page buttons -->
|
|
<div position="absolute" align_self="end" justify_self="end" width="100%" flex_direction="column" align_items="center" margin_bottom="8">
|
|
<div flex_direction="row" gap="8" align_items="center">
|
|
<Button id="btn_prev" width="32" height="32" round="100%" sprite_src_builtin="dashboard/arrow_left.svg" />
|
|
<div id="pips" gap="4" align_items="center">
|
|
<!-- filled-in at runtime -->
|
|
</div>
|
|
<Button id="btn_next" width="32" height="32" round="100%" sprite_src_builtin="dashboard/arrow_right.svg" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</elements>
|
|
</layout>
|