I’m now customizing theme through some framework files. The problem is that I’ve made the status bar with transparent background. But there’s an obvious side line between status bar and the application. How can I merge them together? Looks like the application align to the top of the screen but the status bar also exist.
Thanks in advance.
Please find
WindowManager.LayoutParams.TYPE_STATUS_BARin StatusBarService.java and replace it withWindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY.I think it is what you want.