mirror of https://github.com/wayvr-org/wayvr.git
48 lines
1.9 KiB
XML
48 lines
1.9 KiB
XML
<layout>
|
|
<include src="../t_group_box.xml" />
|
|
|
|
<!-- icon, nickname -->
|
|
<template name="Avatar">
|
|
<div flex_direction="column" gap="12" align_items="center">
|
|
<image src_builtin="${icon}" width="72" height="72" round="100%" position="relative">
|
|
<rectangle position="absolute" margin_left="-2" margin_top="-2" width="76" height="76" color="#FFFFFF" round="100%"/>
|
|
</image>
|
|
<label size="14" text="${nickname}"/>
|
|
</div>
|
|
</template>
|
|
|
|
<elements>
|
|
<div position="absolute" width="100%" height="100%" padding="4">
|
|
<!-- <rectangle width="100%" height="100%" color="#000000" round="6"/> -->
|
|
</div>
|
|
<div margin="32" flex_direction="column" align_items="center" justify_content="center" gap="16" height="100%">
|
|
<div gap="16" align_items="center" width="100%">
|
|
<sprite color="#FFAAAA" src_builtin="dashboard/donate.svg" min_width="64" min_height="64"/>
|
|
<label wrap="1" size="20" translation="DONATE.DESCRIPTION"/>
|
|
</div>
|
|
|
|
<div flex_direction="column" gap="8" align_items="center" margin_top="16">
|
|
<Button id="btn_donate" tooltip="DONATE.BUTTON_TOOLTIP" align_self="baseline">
|
|
<image src_builtin="dashboard/opencollective_logo.svg" width="252" height="42" margin="8" margin_left="16" margin_right="16"/>
|
|
</Button>
|
|
<label text="opencollective.com/wayvr-org" color="~color-accent"/>
|
|
</div>
|
|
|
|
<label weight="bold" size="24" translation="DONATE.THANK_YOU_WAYVR"/>
|
|
|
|
<div gap="32" margin_top="16">
|
|
<Avatar icon="dashboard/avatars/galister.png" nickname="galister"/>
|
|
<Avatar icon="dashboard/avatars/oo8dev.png" nickname="oo8dev"/>
|
|
</div>
|
|
|
|
<!--
|
|
<rectangle color="#FFFFFF33" width="100%" height="2"/>
|
|
|
|
<rectangle macro="group_box" align_self="start" width="100%">
|
|
<label weight="bold" size="18" translation="DONATE.CURRENT_SUPPORTERS"/>
|
|
</rectangle>
|
|
-->
|
|
</div>
|
|
</elements>
|
|
</layout>
|