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
- spring exceptionHandler response cause
- 운영체제 멀티 태스킹
- spring 동적 쿼리 주의사항
- spring dynamic query sql injection
- 운영체제 멀티 프로그래밍
- 백엔드 포지션 변경
- IT 포지션 변경
- 운영체제 자원관리
- 운영체제 개념
- spring exception cause remove
- Android Timer
- spring paging sort sql injection
- 백엔드 직무 변경
- spring responseEntity response stackTrace
- 운영체제 작동방식
- ec2 scp 파일 전송
- android 타이머
- 개발 포지션 변경
- 개발 직무 변경
- spring sql injection
- spring sql injection 방지
- 운영체제 다중모드
- aws ec2 scp 파일 전송
- spring responseEntity response cause
- 운영체제 커널모드
- spring exception stackTrace remove
- IT 직무 변경
- 운영체제 공룡책
- spring exceptionHandler reposnse stackTrace
- OS 자원관리
Archives
- Today
- Total
목록Android gradient programmatically (1)
오늘도 삽질중
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bhNTYf/btrouzso5vD/Chm9Fht7sRN4ToeKLqkIS0/img.png)
Multi Gradient 또는 단일 Gradient 를 주고 싶거나 모서리에 라운딩이 필요한경우 유용하게 사용할수 있다 xml kt fun View.bgMultiGradient(colorArray: IntArray, positionArray: FloatArray , rounded: Float = 0f) { val sf = object : ShapeDrawable.ShaderFactory() { override fun resize(width: Int, height: Int): Shader { val g = LinearGradient( 0f, 0f, 0f, this@bgMultiGradient.height.toFloat(), colorArray, positionArray, Shader.TileMode.CL..
안드로이드
2021. 12. 22. 00:06