1234567891011 |
- <ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
- <Style src="project://database/Assets/UI%20Toolkit/Style/rootStyle.uss?fileID=7433441132597879392&guid=b30eb17a0ca8bf64087af4e59d565fdd&type=3#rootStyle" />
- <ui:VisualElement class="rootStyle" style="flex-grow: 1; background-image: url("project://database/Assets/Pictures/Login/mailbox.png?fileID=2800000&guid=2a15d5247bbd45e4c8ad28ecec71f99e&type=3#mailbox");">
- <ui:DropdownField label="<type>" name="type" class="dropdownField" />
- <ui:TextField label="<feedback>" name="feedback" multiline="true" max-length="140" class="textField__multiline" style="white-space: normal;" />
- <ui:VisualElement style="flex-grow: initial; flex-direction: row; flex-shrink: initial; justify-content: space-evenly;">
- <ui:Button text="<submit>" name="submit" class="button" style="align-self: center; background-color: rgba(0, 0, 255, 0.78); color: rgb(255, 255, 255);" />
- <ui:Button text="<cancel>" name="cancel" class="button" style="align-self: center; background-color: rgba(255, 255, 255, 0.78);" />
- </ui:VisualElement>
- </ui:VisualElement>
- </ui:UXML>
|