Last active
March 17, 2022 07:23
-
-
Save hiking93/df1c65d552ea73d44537021f1433d253 to your computer and use it in GitHub Desktop.
Getting system window insets.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val systemWindowInsets = insets.getInsets( | |
WindowInsetsCompat.Type.systemBars() or WindowInsetsCompat.Type.ime() | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment