RelativeLayout root = (RelativeLayout) inflater.inflate(R.layout.activity_main, null) //RelativeLayout is root view of my UI(xml) file.īitmap screen= getBitmapFromView(this.getWindow().findViewById(R.id. If you're having ScrollView as root view then: LayoutInflater inflater = (LayoutInflater) this.getSystemService(LAYOUT_INFLATER_SERVICE) Screen= Bitmap.createBitmap(v1.getDrawingCache())
Take a screen at your device: Bitmap screen