Net.Like.Xue.Tokyo/Assets/BITKit/Unity/UX/BITPlayer_Maximize.uxml

16 lines
1.7 KiB
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
<Style src="project://database/Assets/BITKit/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<Style src="project://database/Assets/BITKit/UX/Common/Common_VideoPlayer.uss?fileID=7433441132597879392&amp;guid=2789a9a4f892e99498132aac625854b7&amp;type=3#Common_VideoPlayer[UNSUPPORTED_IN_UI_BUILDER]" />
<ui:VisualElement name="maximize-container" class="video" style="background-color: rgb(0, 0, 0); -unity-background-scale-mode: scale-to-fit; flex-grow: 1;">
<ui:VisualElement style="position: absolute; left: 0; right: 0; bottom: 0; height: 48px; background-color: rgba(0, 0, 0, 0.78); flex-direction: row; align-items: center; justify-content: space-around;">
<ui:Button text="&#10;" display-tooltip-when-elided="true" name="play-button" class="playerButton" style="left: 0; top: 0; right: 0; bottom: 0;" />
<ui:Label text="16:59:01" display-tooltip-when-elided="true" name="currentTime-label" />
<ui:VisualElement style="flex-grow: 1;">
<ui:Slider high-value="1" name="player-slider" />
</ui:VisualElement>
<ui:Label text="16:57:57" display-tooltip-when-elided="true" name="totalTime-label" />
<ui:Button text="&#10;" display-tooltip-when-elided="true" name="minimize-button" class="playerButton" style="left: 0; top: 0; right: 0; bottom: 0; background-image: url(&apos;project://database/Assets/BITKit/Art/Icons/Icon_close-fullscreen.png?fileID=2800000&amp;guid=7e1f4060a3bd8324d80ddf91be477e49&amp;type=3#Icon_close-fullscreen&apos;);" />
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>