Why my ion-view is beneath ion-tabs?

Hi,

I am developer an app with sidemenu y tabs in android but the templates are running below the tabs.

<ion-view view-title="Compartir">
  <ion-content>
    <h1>Compartir 1</h1>
     <h1>Compartir 2</h1>
      <h1>Compartir 3</h1>
       <h1>Compartir 4</h1>
        <h1>Compartir 5</h1>
         <h1>Compartir 6</h1>
  </ion-content>
</ion-view>

but Compartir 1 not seen. this behind the tabs.

How i can see it?

image