How to use SVG image in ImageView

In new Android Studio there is possibility to import SVG to XML file, so You don’t need to use external library. In drawable right click -> New -> Vector Asset -> Local SVG file. Then You use it normally as other drawables: android:src=”https://stackoverflow.com/questions/34990236/@drawable/btn_image”