How to remove date of the status bar???
Related
Sir can you port Status Bar Mods (EDT Status Bar Battery Tweak) on my SystemUI.apk without 14toggles? please
http://forum.xda-developers.com/showpost.php?p=26590349&postcount=143
I try to add a status bar quick switch in the ICS
Failed
I don't like MoreQuicklyPanel
help me
Add this code to your activity,
1- To hide the Status Bar
Code:
this.Window.AddFlags(WindowManagerFlags.Fullscreen);
2- To Show.
Code:
this.Window.ClearFlags(WindowManagerFlags.Fullscreen);
Can the color of the notification be changed or changed to a custom icon
anyone complete dynamic status bar?