<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/friends/editpersona.css" />
	</styles>
	<FriendsEditPersonaDialog defaultfocus="PersonaStateDropdown" tabindex="auto" selectionpos="auto" rememberchildfocus="true">
		<Panel class="FriendsOptionWrapper" id="PersonaStateWrapper">
			<Label id="PersonaState" class="FriendsOptionLabel" text="#Friends_SetPersonaStatus" />
			<DropDown id="PersonaStateDropdown" class="PersonaStateDropDown">
				<Label id="Online" text="#Friends_PersonaOnline" />
				<Label id="Away" text="#Friends_PersonaAway" />
				<Label id="Busy" text="#Friends_PersonaBusy" />
				<Label id="LookingToPlay" text="#Friends_PersonaLookingToPlay" />
				<Label id="LookingToTrade" text="#Friends_PersonaLookingToTrade" />
				<Label id="Offline" text="#Friends_PersonaOffline" />
			</DropDown>
		</Panel>
		
		<Panel class="FriendsOptionWrapper">
			<Button id="ButtonEditProfile" class="Button" onactivate="OpenMyProfile();" selectionpos="auto" tabindex="auto">
				<Label text="#Friends_ViewFullProfile" />
			</Button>
		</Panel>
	</FriendsEditPersonaDialog>
</root>
