Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了一个基于 GPS 的应用程序,除了一个小错误外,它运行良好。我在主屏幕上使用 TAB。在我使用 TAB 之前,GPS/LocationListener/ 工作时显示的卫星图标。在我使用 TabHost/TabView 重新设计 GUI 并且从不在屏幕顶部显示卫星图标后,电池状态和时间也不会显示。仅显示应用程序标题。我的问题是当 GPS 工作时我需要做什么来显示卫星图标?
检查WindowManager.LayoutParams.FLAG_FULLSCREEN并Window.FEATURE_NO_TITLE标记标签活动中的使用情况。我想你已经设置了它们。
WindowManager.LayoutParams.FLAG_FULLSCREEN
Window.FEATURE_NO_TITLE