mirror of https://github.com/wayvr-org/wayvr.git
22 lines
867 B
XML
22 lines
867 B
XML
<layout>
|
|
<include src="../t_dropdown_button.xml" />
|
|
|
|
<!-- id, translation -->
|
|
<template name="ActionRow">
|
|
<div id="${id}" flex_direction="column" gap="4" width="100%" padding="6" round="6" color="#00000044" border="1" border_color="#FFFFFF33">
|
|
<label translation="${translation}" weight="bold" size="14" />
|
|
</div>
|
|
</template>
|
|
|
|
<elements>
|
|
<div flex_direction="column" gap="8" width="100%" align_items="center">
|
|
<label id="controller_type" text="OpenXR Bindings" weight="bold" size="18" />
|
|
<div id="list_parent" flex_direction="column" gap="6" width="100%"></div>
|
|
<div flex_direction="row" gap="4" align_self="end">
|
|
<Button id="btn_save" height="32" translation="APP_SETTINGS.SAVE" />
|
|
<Button id="btn_cancel" height="32" translation="APP_SETTINGS.CANCEL" />
|
|
</div>
|
|
</div>
|
|
</elements>
|
|
</layout>
|