1 private static View getRootView(Activity context) 2 { 3 return ((ViewGroup)context.findViewById(android.R.id.content)).getChildAt(0); 4 }