wayvr/dash-frontend/assets/gui/view/skymap_list_cell.xml

27 lines
560 B
XML

<layout>
<!--
ids:
"image_preview"
"label_title"
"label_desc"
-->
<template name="Cell">
<rectangle
border="2"
color="~color_bg_translucent"
border_color="~color_accent"
padding="8"
round="8"
flex_direction="column"
gap="4"
width="256"
align_items="center"
align_self="start">
<image id="image_preview" width="100%" height="128"/>
<label id="label_title" wrap="1" weight="bold"/>
<label id="label_author" wrap="1"/>
</rectangle>
</template>
</layout>