Files
rudder-unity-sdk/Assets/LiveOpsExamples/UI/ToastRow.uxml
T

10 lines
714 B
Plaintext
Raw Normal View History

2026-08-12 14:03:44 +03:00
<UXML xmlns="UnityEngine.UIElements">
<VisualElement name="toast-row" class="row tone-info" style="flex-direction: row; align-items: stretch; width: 320px;">
<VisualElement name="toast-accent" style="width: 4px; flex-shrink: 0;" />
<VisualElement name="toast-body" style="flex-grow: 1; flex-shrink: 1; padding-left: 12px; padding-right: 8px; padding-top: 8px; padding-bottom: 8px;">
<Label name="toast-title" text="Toast title" style="font-size: 14px; -unity-font-style: bold;" />
<Label name="toast-message" text="Toast message" class="label-muted" style="font-size: 12px; white-space: normal; margin-top: 2px;" />
</VisualElement>
</VisualElement>
</UXML>