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
- http
- Navigation
- Collections Function
- SSAID
- layout_constrainedWidth
- json
- kotlin
- findNavController
- RecyclerView
- 화면 회전
- DataBinding
- log
- 기기고유값
- Popup menu background color
- layout_constrainedHeight
- gradle plugin
- BottomSheetDialogFragment
- todo
- 생명주기
- DialogFragment
- WorkManager
- Android
- Lifecycle
- multipart
- Retrofit2
- Room
- ThreeTen Backport
- studywithme
- NumberPIcker
- Load failed
Archives
- Today
- Total
목록width (1)
chacha's
📁 Dialog Fragment 이것 저것
목차 모서리 둥글게 하기 ( Round Corner ) 아래와 같이 커스텀 다이얼로그를 만들 때, 모서리를 둥글게 하고 싶은 경우가 있습니다. 1. [ @drawable/bg_dialog ] 배경으로 사용될 drawable 파일을 생성합니다. 2. [ layout/dialog_custom.xml ] layout에서 Background로 지정합니다. ... ... 3. Custom Dialog 코드 작성 위의 2가지 코드만 적용하면 해결될 것이라고 생각하지만, 코드에서 다이얼로그의 백그라운드를 제거해줘야 모서리가 둥글게 나옵니다. class CustomDialog : DialogFragment() { override fun onCreateView( inflater: LayoutInflater, contai..
Android/TIL
2021. 9. 30. 14:13