본문 바로가기

앱 개발

안드로이드 앱에서 이미지 리소스를 벡터 이미지로 사용하기

728x90

안드로이드 개발에서 이미지를 png,jpg 등으로 사용할 수 있겠지만,

xml형태의 벡터이미지로 대신할 수도 있습니다.

 

아래는 개인적으로 사용하는 방법중 하나입니다.

아이콘을 검색하고 이를 벡터  xml로 변환합니다.

 

[Step1. 아이콘 검색]

https://www.iconfinder.com/

 

7,850,000+ free and premium vector icons, illustrations and 3D illustrations

Iconfinder is the world's largest marketplace for icons, illustrations and 3D illustrations in SVG, AI, and PNG format.

www.iconfinder.com

무료 옵션 선택하고, SVG를 다운로드

[Step2. xml로 변환]

https://inloop.github.io/svg2android/

 

Android SVG to VectorDrawable

 

inloop.github.io

다운받은 svg의 내용이나 파일을 업로드하면, 자동으로 xml로 변환됩니다. 변환된 xml 내용을

안드로이드 스튜디오 assets -> drawable에 넣으시면, ImageView 등에서 바로 사용 가능합니다. 

728x90