Java tutorial
//package com.java2s; import android.app.Activity; import android.view.View; public class Main { public static View getRootView(Activity act) { return act.findViewById(android.R.id.content); } }