Skip to content

Instantly share code, notes, and snippets.

@ruthwikkk
Created October 7, 2023 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruthwikkk/fdc4c164e718473a3027bf5c60e2b1c1 to your computer and use it in GitHub Desktop.
Save ruthwikkk/fdc4c164e718473a3027bf5c60e2b1c1 to your computer and use it in GitHub Desktop.
Code to get root view from Activity
val decorView = window.decorView
val rootView = decorView.findViewById(android.R.id.content) as ViewGroup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment