android (1) 썸네일형 리스트형 [210805] android studio에서 google icon 사용하기 1. 아이콘 다운로드 https://fonts.google.com/icons Google Fonts Making the web more beautiful, fast, and open through great typography fonts.google.com Google에서 제공하는 icon을 사용해서 벡터 리소스를 가져올 수 있다. 사용 방법 1. build.gradle에 dependency를 추가한다. android { defaultConfig { vectorDrawables.useSupportLibrary = true } } dependencies { implementation 'com.android.support:appcompat-v7:23.2.0' } 2. src>main>res 에서 마우스 오른.. 이전 1 다음