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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top