Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SystemUI.apk\res\values\drawables.xml
- Change
- item type="drawable" name="status_bar_background">#00000000</item>
- #00000000 would be fully transparent, #ff000000 is fully opaque
- modify SystemUI.apk\smali\com\android\systemui\statusbar\StatusBar.smali
- change line 388 to "const/16 v16, -0x3"
- compile and in /keep delete classes.dex /res resources
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement