I\'ve created a VectorDrawable file with the path data i had. But the issue is that image is not aligning at the centre of the total area and instead it\'s created as top-left a
Try this:
Or add layout_gravity="center" to your ImageView
layout_gravity="center"