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
- todo
- layout_constrainedWidth
- ThreeTen Backport
- json
- log
- Navigation
- 기기고유값
- Android
- Popup menu background color
- 생명주기
- multipart
- Collections Function
- Load failed
- gradle plugin
- RecyclerView
- kotlin
- Retrofit2
- BottomSheetDialogFragment
- WorkManager
- studywithme
- Room
- DataBinding
- DialogFragment
- NumberPIcker
- Lifecycle
- http
- findNavController
- layout_constrainedHeight
- SSAID
- 화면 회전
Archives
- Today
- Total
목록chip (1)
chacha's

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