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 | 29 | 30 | 31 |
Tags
- LinearLayout
- ConstraintLayout
- cardview
- Git
- Anro Coroutines
- Anko SQLite
- ViewGroup
- RelativeLayout
- linux
- http
- RecyclerView
- component
- Eclipse
- 안드로이드
- block scope
- Kotlin
- layout
- .kt
- intent
- function scope
- java
- react
- javascript
- view
- permission
- vim
- props
- ReactDOM
- android
- Retrofit2
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