How to customize the top status bar in an Android app?

跟風遠走 提交于 2019-12-12 17:37:57

问题


Specifically I want to change the text and background colors. Is it possible to change the colors of the 'animated progress wheel' too? Can I use a theme to do this? Can anyone point me to an example theme I can look at?


回答1:


I believe you can use a custom view for the app's title bar. See the answers to this question: Custom title with image




回答2:


If by "top status bar" you mean where the battery meter and signal meter and notifications go, you cannot change it from an app. You can set a theme to remove it (e.g., Theme.NoTitleBar.Fullscreen). This is usually used for applications that truly need the full screen, such as video players and some games.



来源:https://stackoverflow.com/questions/2494787/how-to-customize-the-top-status-bar-in-an-android-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!