<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_experience_info">
	<text name="title" value="体験のプロフィール"/>
	<scroll_container name="xp_scroll">
		<panel name="scrolling_panel">
			<layout_stack name="ls1">
				<layout_panel name="image_panel">
					<texture_picker name="logo"/>
				</layout_panel>
				<layout_panel name="title panel">
					<text name="experience_title" value="カイルのスーパーヒーローRPG"/>
				</layout_panel>
				<layout_panel name="description panel">
					<expandable_text name="experience_description"/>
				</layout_panel>
				<layout_panel name="location panel">
					<text name="Location">
						場所:
					</text>
					<text name="LocationTextText">
						どこか
					</text>
					<button label="テレポート" name="teleport_btn"/>
					<button label="マップ" name="map_btn"/>
				</layout_panel>
				<layout_panel name="marketplace panel">
					<text name="Location">
						マーケットプレイスストア:
					</text>
					<text name="LocationTextText">
						どこか
					</text>
				</layout_panel>
				<layout_panel name="details panel">
					<text name="ContentRating">
						レーティング:
					</text>
					<text name="ContentRatingText">
						Adult
					</text>
					<text name="Owner">
						所有者:
					</text>
					<text name="OwnerText">
						カイル
					</text>
					<button label="編集" name="edit_btn"/>
				</layout_panel>
			</layout_stack>
		</panel>
	</scroll_container>
</panel>