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
- Android
- 안드로이드
- ADB
- RecyclerView
- 에러
- studio
- dart
- build
- Gradle
- 스튜디오
- 깃헙
- 의존성주입
- WebView
- MVVM
- 코틀린
- 레트로핏
- 안드로이드 스튜디오
- 코루틴
- flow
- 안드로이드스튜디오
- 유튜브
- viewpager
- Github
- 웹뷰
- coroutine
- error
- Kotlin
- image
Archives
- Today
- Total
목록Java (1)
코딩하는 일용직 노동자

라운드된 배경에 알맞게 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