LayoutInflater inflater = (LayoutInflater) this.getSystemService(Context.LAYOUT_INFLATER_SERVICE); View inflatedFrame = inflater.inflate(R.layout.my_view, null); Bitmap bitmap = loadBitmapFromView(inflatedFrame.findViewById(R.id.id_of_parent_layout));