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
- Retrofit
- 웹뷰
- viewpager
- Gradle
- 코루틴
- 안스
- 깃헙
- 안드로이드스튜디오
- 안드로이드
- Android
- image
- 에러
- RecyclerView
- MVVM
- Github
- dart
- build
- ADB
- 안드로이드 스튜디오
- studio
- coroutine
- 유튜브
- 스튜디오
- Kotlin
- GIT
- WebView
- 의존성주입
- error
- 코틀린
- 레트로핏
Archives
- Today
- Total
목록Java (1)
코딩하는 일용직 노동자
View Background를 Rounded corner 형태로 만들기
라운드된 배경에 알맞게 view를 잘려 보이도록 처리하는 방법입니다. 흰색 라운드 배경위에 RecyclerView 를 배치했는데 배경의 라운드와 딱맞게 이미지가 가려져 보이도록 처리했습니다. https://youtu.be/d1BPxyT_Iog 실제 구현 영상 import android.content.Context; import android.graphics.Canvas; import android.graphics.Path; import android.graphics.RectF; import android.support.annotation.Nullable; import android.support.v7.widget.RecyclerView; import android.util.AttributeSet; /**..
안드로이드
2020. 5. 12. 09:43