Hi, when my android app starts i ever see a grey header in the main view with the name of my app, if i want to remove it or change it how can i do?
2 Answers
Hi Raffaele,
You should be able to just set navBarHidden: true in Ti.UI.createWindow()
Have a look at the navBarHidden property.
If you set it to false, it will become hidden.
Your Answer
Think you can help? Login to answer this question!