View rootView = ((Activity)mContext).getWindow().getDecorView().findViewById(android.R.id.content) View v = rootView.findViewById(R.id.your_view_id);
View rootView = ((Activity)mContext).getWindow().getDecorView().findViewById(android.R.id.content) View v = rootView.findViewById(R.id.your_view_id);