Frage

I made a GPS based app, which works perfectly except for a little mistake. I use TABs on the main screen. Before I use TABs the satellite icon shown when the GPS/LocationListener/ is working. After I redesign the GUI with TabHost/TabView and never show the satellite icon on the top of the screen, the battery state and time does not show too. Only the application title show. My question is what need I do for show satellite icon when the GPS is working?

War es hilfreich?

Lösung

Check WindowManager.LayoutParams.FLAG_FULLSCREEN and Window.FEATURE_NO_TITLE flags usage in your tab activity. I think you've set them.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top