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 |
Tags
- error
- 코루틴
- 안드로이드스튜디오
- studio
- WebView
- 안드로이드
- 의존성주입
- 레트로핏
- image
- dart
- 안스
- 깃헙
- build
- Retrofit
- MVVM
- 유튜브
- coroutine
- GIT
- Kotlin
- viewpager
- 에러
- 안드로이드 스튜디오
- Gradle
- Android
- RecyclerView
- 웹뷰
- Github
- 코틀린
- 스튜디오
- ADB
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