getActivityViewRoot

fun <T : Activity> T.getActivityViewRoot(): View

Get activity view root. This view is a special element and can be found in all activities.

Return

Return the activity root view

See also

Parameters

T

Current activity