I am developing a small application. I want to add my own Status bar at the top of my application with black background containing the battery, 3g,network and an icon of my choice. Please guyz help me out in creating a custom status bar..Thanks in advance
Share
yes that is quite possible…
1- Make your application full screen.
2- Create a linear layout (as you wish)
3- if app contains more than one activity, include the layout in every layout…
For app full screen:
Status bar design depends on you…