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
- 기기고유값
- findNavController
- multipart
- Load failed
- 화면 회전
- http
- Retrofit2
- DialogFragment
- Popup menu background color
- 생명주기
- kotlin
- DataBinding
- ThreeTen Backport
- layout_constrainedHeight
- Collections Function
- Navigation
- layout_constrainedWidth
- WorkManager
- log
- gradle plugin
- BottomSheetDialogFragment
- SSAID
- todo
- RecyclerView
- Android
- json
- Room
- Lifecycle
- NumberPIcker
- studywithme
Archives
- Today
- Total
목록chip (1)
chacha's
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/JoRC3/btrbuAbRoHL/voDJZ1xZk23OakyrjdUfv1/img.png)
Kotlin Android Fundamentals: 10.3 Design for everyone google-developer-training/android-kotlin-fundamentals-apps - Github 를 참고하여 작성하였습니다. 1. ChipGroup 생성하기 2. ChipGroup 안에 사용할 Chip 레이아웃 생성하기 app:chipBackgroundColor는 chip이 체크되었을 때 백그라운드 색상을 바꿔주기 위해 사용합니다. // res/color/selected_highlight.xml // 82% 투명 State List는 Top에서 Bottom으로 동작하므로 위와 같이 선언합니다. View의 상태(state)가 바뀌면 위의 코드가 Top에 위치한 코드부터 차례로 실행되면서..
Android/My Library
2021. 8. 6. 18:30