Posts by Doppler • 1 point
1 post
-
-2
votes1
answer87
viewsQ: What is the name of the bottom bar of Android and how to manipulate it?
In my application I removed the background from the status bar with the following code: Window g = getWindow(); g.setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS,…