Skip to content

Hide status bar #51

@yuriyuvarov

Description

@yuriyuvarov

It would be nice to hide status bar.
But options menu should be moved somewhere.

val windowInsetsController = WindowCompat.getInsetsController(window, window.decorView) windowInsetsController.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE ViewCompat.setOnApplyWindowInsetsListener(findViewById(R.id.containerView)) { v, insets ->
...
val systemBars = insets.getInsets(WindowInsetsCompat.Type.systemBars()) v.setPadding(systemBars.left, systemBars.top, systemBars.right, systemBars.bottom) windowInsetsController.hide(WindowInsetsCompat.Type.statusBars())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions