Porwal
Porwal

Reputation: 330

Hide the default App Icon and App name from header in Android [Titanium]

I am developing an app for both Android and iOS using Titanium. In iOS there is no default header in the app. The app take full screen. But in Android, there is a default app icon [titanium icon] and app name on each screen. I am using another header for my app so it is looking bad with the app.

Can anyone tell me how to hide the default one?

Thanks!

Upvotes: 0

Views: 456

Answers (1)

Wahhab_mirza
Wahhab_mirza

Reputation: 1482

its called action bar in android and here are methods for removing them

http://www.appcelerator.com/blog/2014/08/hiding-the-android-actionbar/

Thanks

Upvotes: 1

Related Questions