Files
wayvr/wlx-overlay-s/src/assets/gui/toast.xml
T
2025-12-10 21:41:51 +09:00

17 lines
609 B
XML

<layout>
<include src="theme.xml" />
<elements>
<div interactable="0" >
<rectangle padding="4" box_sizing="content_box" flex_wrap="wrap" flex_direction="row" gap="4" color="#000000c0" border_color="~color_accent" border="2" round="8" justify_content="space_between">
<div width="100%" padding="4">
<label text="toast title" id="toast_title" weight="bold" />
</div>
<div width="100%" height="100%" padding="4" flex_wrap="wrap">
<label text="toast body goes here" id="toast_body" />
</div>
</rectangle>
</div>
</elements>
</layout>