User Feedback.uxml 1.4 KB

1234567891011
  1. <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">
  2. <Style src="project://database/Assets/UI%20Toolkit/Style/rootStyle.uss?fileID=7433441132597879392&amp;guid=b30eb17a0ca8bf64087af4e59d565fdd&amp;type=3#rootStyle" />
  3. <ui:VisualElement class="rootStyle" style="flex-grow: 1; background-image: url(&quot;project://database/Assets/Pictures/Login/mailbox.png?fileID=2800000&amp;guid=2a15d5247bbd45e4c8ad28ecec71f99e&amp;type=3#mailbox&quot;);">
  4. <ui:DropdownField label="&lt;type&gt;" name="type" class="dropdownField" />
  5. <ui:TextField label="&lt;feedback&gt;" name="feedback" multiline="true" max-length="140" class="textField__multiline" style="white-space: normal;" />
  6. <ui:VisualElement style="flex-grow: initial; flex-direction: row; flex-shrink: initial; justify-content: space-evenly;">
  7. <ui:Button text="&lt;submit&gt;" name="submit" class="button" style="align-self: center; background-color: rgba(0, 0, 255, 0.78); color: rgb(255, 255, 255);" />
  8. <ui:Button text="&lt;cancel&gt;" name="cancel" class="button" style="align-self: center; background-color: rgba(255, 255, 255, 0.78);" />
  9. </ui:VisualElement>
  10. </ui:VisualElement>
  11. </ui:UXML>