Skip to content

Instantly share code, notes, and snippets.

@himalay
Forked from FokkeZB/app.tss
Last active August 29, 2015 14:17
Show Gist options
  • Save himalay/4ba0b0ec4085e60d0e62 to your computer and use it in GitHub Desktop.
Save himalay/4ba0b0ec4085e60d0e62 to your computer and use it in GitHub Desktop.
Hide titlebar on Android launch/splash screen
// app/styles/app.tss
"Window": {
navBarHidden: false
}
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<navbar-hidden>true</navbar-hidden>
</ti:app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment