출처: https://www.charlezz.com/?p=1110
예시
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="32.0"
android:viewportHeight="32.0">
<path
android:fillColor="@color/green"
android:pathData="M 3,2 L 5,4 L 3,6 L 4,6 L 5,5 L 11,5 L 12,6 L 13,6 L 11,4 L 13,2 L 8,4 Z"
/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:viewportWidth="32.0"
android:viewportHeight="32.0">
<path
android:pathData="M0 0 h32 l-32 32 Z"/>
</vector>
반응형
'코딩ㆍ개발 정보 > 안드로이드앱 (코틀린)' 카테고리의 다른 글
databinding 과 viewbinding의 차이 (0) | 2023.12.24 |
---|---|
코틀린 databinding개념 및 간단 사용법 (0) | 2023.12.24 |
리사이클러뷰 에 지정된 item 레이아웃 파일 변경하는 방법 (0) | 2023.12.24 |
안드로이드 shape 설정하는 방법 (0) | 2023.12.24 |
코틀린 RecyclerView 커스텀 LayoutManager 구성하기 (0) | 2023.12.24 |
댓글