<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Magestore
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Magestore.com license that is
 * available through the world-wide-web at this URL:
 * http://www.magestore.com/license-agreement.html
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Magestore
 * @package     Magestore_Bannerslider
 * @copyright   Copyright (c) 2012 Magestore (http://www.magestore.com/)
 * @license     http://www.magestore.com/license-agreement.html
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="formkey"/>
    <head>
    	<title>Banner Manager</title>
    </head>
    <body>
    	<referenceBlock name="menu">
    	    <action method="setActive">
    	        <argument name="itemId" xsi:type="string">Magestore_Bannerslider::bannerslider</argument>
    	    </action>
    	</referenceBlock>
    	<referenceBlock name="page.title">
    	    <action method="setPageTitle">
    	        <argument name="pageTitle" xsi:type="string">Banner Manager</argument>
    	    </action>
    	</referenceBlock>
    	<referenceContainer name="page.main.actions">
    	    <block class="Magento\Backend\Block\Store\Switcher" name="store_switcher">
    	        <action method="setUseConfirm">
    	            <argument name="params" xsi:type="string">0</argument>
    	        </action>
    	    </block>
    	</referenceContainer>
        <!--<referenceContainer name="content">-->
            <!--<block class="Magestore\Bannerslider\Block\Adminhtml\Banner" name="admin.block.banner.grid.container"/>-->
        <!--</referenceContainer>-->
		<referenceContainer name="content">
			<uiComponent name="banner_grid_listing"/>
		</referenceContainer>

    </body>
</page>
