Sunday 15 May 2011

android - How do I hide title text in application? -


In my app, I am using a logo instead of an icon on the top by using Android: Logo = "@ Drawback / Logo "The only problem in the manifest file is that the title text of the application still appears in front of it. I have seen some solutions, but anybody who can be with my current API minimum 5 which I want to keep. How do I do that? And please do not suggest setting Android: label = "" as suggested in other similar questions, because it creates that the launcher icon does not even have a label.

Just add this activity to your activity onCreate

  setTitle ("");    

No comments:

Post a Comment