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