Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- RecyclerView
- http
- view
- cardview
- Retrofit2
- .kt
- javascript
- RelativeLayout
- ViewGroup
- function scope
- Eclipse
- linux
- 안드로이드
- java
- Anko SQLite
- Kotlin
- permission
- props
- block scope
- layout
- ConstraintLayout
- Anro Coroutines
- intent
- ReactDOM
- LinearLayout
- react
- component
- android
- Git
- vim
Archives
- Today
- Total
이것저것 다 개발
[Android] Material Icon 사용하기 본문
Material Icon 등록 및 사용법 입니다.
drawable folder를 오른쪽 클릭해주세요.
Vector Asset을 선택해주세요
위에 보이는 icon : 옆 버튼을 눌러주세요.
원하는 Icon을 선택해주세요
drawable folder 아래에 Icon이 생성됩니다.
이렇게 android:background="@drawable/ic_name 으로 화면에 띄울 수 있습니다.
ic_name.xml 에서 크기나 색을 바꿀 수도 있습니다.
'Android' 카테고리의 다른 글
[Android] Fragment에서 Activity Method 사용하기 (0) | 2017.11.30 |
---|---|
[Android] Intent (0) | 2017.11.28 |
[Android] RecyclerView + CardView (0) | 2017.11.27 |
[Android] ViewGroup 비교 (0) | 2017.11.27 |
[Android] Style 적용하기 (0) | 2017.11.23 |
Comments