14 lines
1.9 KiB
Plaintext
14 lines
1.9 KiB
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
|
|
<ui:Button name="Button--0" class="chat_list-container" style="flex-direction: row; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px;">
|
|
<ui:VisualElement name="VisualElement--0" picking-mode="Ignore" style="width: 64px; height: 64px; border-top-left-radius: 200px; border-top-right-radius: 200px; border-bottom-right-radius: 200px; border-bottom-left-radius: 200px; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;">
|
|
<ui:Label tabindex="-1" text="U" parse-escape-sequences="true" display-tooltip-when-elided="true" picking-mode="Ignore" name="Label--2" style="flex-grow: 1; font-size: 32px;" />
|
|
<ui:VisualElement class="badge" style="position: absolute; top: 0; right: 0; width: 16px; height: 16px; background-color: rgb(255, 0, 0); border-top-left-radius: 200px; border-top-right-radius: 200px; border-bottom-right-radius: 200px; border-bottom-left-radius: 200px;" />
|
|
</ui:VisualElement>
|
|
<ui:VisualElement picking-mode="Ignore" style="width: 16px;" />
|
|
<ui:VisualElement picking-mode="Ignore" style="flex-grow: 1; align-items: flex-start;">
|
|
<ui:Label tabindex="-1" text="UserName" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--0" picking-mode="Ignore" style="-unity-font-style: bold;" />
|
|
<ui:Label tabindex="-1" text="The quick brown fox jumps over the lazy dog" parse-escape-sequences="true" display-tooltip-when-elided="true" name="Label--1" picking-mode="Ignore" style="white-space: nowrap; text-overflow: ellipsis; overflow: hidden;" />
|
|
</ui:VisualElement>
|
|
</ui:Button>
|
|
</ui:UXML>
|