UI 수정

This commit is contained in:
2026-07-26 19:25:03 +09:00
parent 880732dd33
commit 887968fcfd
8 changed files with 68 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<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">
<ui:VisualElement name="Body" style="flex-grow: 1; align-items: center; justify-content: center;">
<ui:VisualElement name="Row" style="flex-grow: 0; width: 360px; height: 30px; flex-shrink: 0; background-color: rgb(255, 252, 220); justify-content: center; align-items: center;">
<ui:Label text="Label" style="color: rgb(255, 85, 94); -unity-font-style: bold;"/>
<ui:VisualElement name="Body" style="flex-grow: 1; align-items: center; justify-content: center; width: 800px; height: 100px;">
<ui:VisualElement name="Row" style="flex-grow: 0; width: 720px; height: 72px; flex-shrink: 0; background-color: rgb(255, 252, 220); justify-content: center; align-items: center;">
<ui:Label text="Label" name="Label" style="color: rgb(255, 85, 94); -unity-font-style: bold; font-size: 48px;"/>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>

View File

@@ -2,7 +2,7 @@
<ui:VisualElement name="Body" style="flex-grow: 1; width: 1920px; height: 1080px;">
<ui:VisualElement name="Overlay" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0.502); justify-content: center; align-items: center;">
<ui:VisualElement name="DialogList" style="flex-grow: 0; width: 50%; height: 70%; align-self: center; align-content: flex-start; justify-content: center; margin-bottom: 0; flex-shrink: 0; translate: 0 -50px; align-items: center;">
<ui:ListView item-template="project://database/Assets/08_UI/DialogEnterRow.uxml?fileID=9197481963319205126&amp;guid=2e6fe492031ca054a9d695b6ba0120a9&amp;type=3#DialogEnterRow" style="flex-shrink: 0; width: 800px; height: 600px;"/>
<ui:ListView item-template="project://database/Assets/08_UI/DialogEnterRow.uxml?fileID=9197481963319205126&amp;guid=2e6fe492031ca054a9d695b6ba0120a9&amp;type=3#DialogEnterRow" name="ListView" fixed-item-height="120" style="flex-shrink: 0; width: 800px; height: 600px; justify-content: center;"/>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>