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.
我想实现一个自定义状态栏,比如来自市场超级状态栏的超级状态栏应用程序
到现在我还没有解决办法。谁能给我一个想法?
查看WindowManager类。本质上,您将视图放置在状态栏的顶部(位置 0、0)。您需要正确设置高度,使用 BroadcastReceivers 和其他 API 来使用当前设备状态(即电池、信号、时间等)更新视图。这是可以做到的,只是非常困难。
来源:我是超级状态栏所基于的应用程序StatusBar+的开发者。它曾经在其 alpha 版本中是开源的,但不再可用。