<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
    <icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>

    <div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
        <header id="title" width="80%" height="8%" align="center" text_align="center" text="Local Networking"/>
        <spacer width="100%" height="1%"/>

        <spacer height="5%" width="10"/>
        <icon id="logo" align="center" proportion="1" width="100%" icon="gui/icons/logo.png"/>
        <spacer height="5%" width="10"/>
        
        <buttonbar id="lan" proportion="1" width="90%" align="center">
            <icon-button id="find_lan_server" width="128" height="128"
                         icon="gui/icons/online/menu_find_server.png" focus_icon="gui/icons/online/menu_find_server_hover.png"
                         I18N="In the online multiplayer screen" text="Find Server"/>
            <icon-button id="create_lan_server" width="128" height="128"
                         icon="gui/icons/online/menu_create_server.png" focus_icon="gui/icons/online/menu_create_server_hover.png"
                         I18N="In the online multiplayer screen" text="Create Server"/>
                         <!--
            <icon-button id="manage_user" width="128" height="128"
                         icon="gui/icons/options_players.png"
                         I18N="In the online multiplayer screen" text="Users"/>
                         -->
        </buttonbar>

        <spacer height="5%" width="10"/>
        
    </div>
</stkgui>
