mirror of https://github.com/wayvr-org/wayvr.git
16 lines
488 B
XML
16 lines
488 B
XML
<layout>
|
|
<template name="ProfileButton">
|
|
<Button id="${id}" height="36" padding="4" gap="8" text="${text}" />
|
|
</template>
|
|
|
|
<elements>
|
|
<div flex_direction="column" gap="8" width="100%" align_items="center">
|
|
<div id="list_parent" flex_direction="column" gap="4" width="100%"></div>
|
|
|
|
<div flex_direction="row" gap="4" align_self="end">
|
|
<Button id="btn_cancel" height="32" translation="APP_SETTINGS.CANCEL" />
|
|
</div>
|
|
</div>
|
|
</elements>
|
|
</layout>
|