SquareDash/Library/PackageCache/com.unity.services.mediation@1.0.5/Editor/Settings/Layout/AdUnitsTemplate.uxml
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

16 lines
834 B
Plaintext

<UXML xmlns="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
<VisualElement class="search-field-layout">
<uie:ToolbarSearchField class="search-field"/>
</VisualElement>
<VisualElement class="table-box">
<VisualElement class="list-header">
<Label name="list-header-adunit" text="Ad Unit" class="list-header-label-adunit"/>
<Label name="list-header-platform" text="Platform" class="list-header-label"/>
<Label name="list-header-adformat" text="Ad Format" class="list-header-label"/>
<Label name="list-header-id" text="ID" class="list-header-label-id"/>
</VisualElement>
<Label name="loading" text="Loading Ad Units..." class="loading-label"/>
<ListView class="list-view" item-height="27.55px"/>
</VisualElement>
</UXML>