Skip to content

Commit

Permalink
Merge pull request #5 from vaporwavie/master
Browse files Browse the repository at this point in the history
Adiciona translucidez à barra de status/Altera mensagem no início
  • Loading branch information
RodolfoSilva authored Feb 11, 2017
2 parents 70b86d3 + 0af96e9 commit a697dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
</platform>
<preference name="StatusBarOverlaysWebView" value="true"/>
<preference name="StatusBarBackgroundColor" value="#00375f"/>
<preference name="StatusBarStyle" value="lightcontent"/>
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ion-col>
<ion-icon name="ios-list-box-outline"></ion-icon>
<h1>Sem disciplinas cadastradas</h1>
<p>Você ainda não cadastrou nenhuma disciplina</p>
<p>Para adicionar uma disciplina, aperte em <ion-icon name="add-circle"></ion-icon></p>
</ion-col>
</ion-row>
</ion-grid>
Expand Down

0 comments on commit a697dbf

Please sign in to comment.