Window.SetContentView(View, .LayoutParams)
viewThe desired content to display.
Convenience for Window.SetContentView(View, .LayoutParams) set the screen content to an explicit view. This view is placed directly into the screen's view hierarchy. It can itself be a complex view hierarhcy.
[Android Documentation]