<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/library/screenshotbrowser.css" />
	</styles>
	
	<ScreenshotBrowser oncancel="CloseScreenshotBrowser()" class="ContentPanel" content-delete-at-stack-depth="2" content-title="#Screenshots_Screenshots_lwr">
		<Panel id="Contents" >
			<Panel id="NoScreenshots">
				<Label text="#Screenshots_NoScreenshots" />
				<Panel id="KeyboardHotkeySection" class="HotkeySection">
					<Label class="HotkeyHeader" text="#Screenshots_KeyboardHeader" />
					<KeyboardShortcut id="KeyboardBtn" disabled="true"/>
				</Panel>
				<Panel id="GamepadHotkeySection" class="HotkeySection">
					<Label class="HotkeyHeader" text="#Screenshots_ControllerHeader" />
					<Panel class="GamepadHotkeyRow">
						<Image class="MiddleButton" scaling="stretch-to-fit-y-preserve-aspect" horizontalalign="center" verticalalign="center" />
						<Label id="InGameControllerScreenshot" text="#SettingsInGame_Home" />
						<Label class="Plus" text="+" />
                        <Image class="TriggerButton" scaling="stretch-to-fit-y-preserve-aspect" horizontalalign="center" verticalalign="center" />
					</Panel>
				</Panel>
			</Panel>
			<Panel class="FilterRow" selectionpos="0,0">
				<DropDown id="AppFilter" selectionpos="0,0" />
			</Panel>
			<Grid id="ContentGrid" childfocusonhover="true" scrolldirection="vertical" verticalcount="2" horizontalcount="3" selectionpos="0,1"/>
		</Panel>
	</ScreenshotBrowser>
</root>
