Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user