S
Simplicissimus
Guest
Hello, I want the window to appear above the action bar.
Action bar is 216 pixels height on my phone with 480 DPI and 252 pixels on the virtual phone with 560 DPI.
How could I render window above the bar?
Code:
window.showAtLocation(changeTextSize, Gravity.BOTTOM, 0, bottomNavigationView.height.toInt())
Action bar is 216 pixels height on my phone with 480 DPI and 252 pixels on the virtual phone with 560 DPI.
How could I render window above the bar?
