• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

how to make transparent notification / status bar screen

Im am trying to find out which files I need to modify to make my pull down screen transparent.
I am able to compile/decompile apks just fine, just dont know which files I need to edit to do this.
Any help is appreciated.
 
Im am trying to find out which files I need to modify to make my pull down screen transparent.
I am able to compile/decompile apks just fine, just dont know which files I need to edit to do this.
Any help is appreciated.

I've never been able to get this to work myself, but here is a thread over at the mikmik that will point you in the right direction.

How to add any image to your notification dropdown. Remove status bar clock.

Hopefully it givers you the answer you're looking for. :)
 
Systemui>res> and either hdpi-drawable or mdpi-drawable depending on your screen resolution. Its a png file, its named a little different in different phones/roms but mine is name status_bar_background all you have to do is replace what with png with one that has transparency.
 
Back
Top Bottom