Skip to content

Instantly share code, notes, and snippets.

@FokkeZB
Created August 21, 2013 08:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FokkeZB/6291693 to your computer and use it in GitHub Desktop.
Save FokkeZB/6291693 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