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 | 31 |
Tags
- Android
- 뷰바인딩
- OutlinedButton
- firebasefunctions
- textview
- button
- EditText
- 팝업액티비티
- ROOM
- 랜덤ID
- Activity
- ViewModel
- lifecyclescope
- 코틀린
- ButtonWithButton
- Imageview
- Dialog
- FRAGMENT
- Kotlin
- 안드로이드
- 안드로이드스튜디오
- nav_graph
- ArrayList
- 밑줄
- MaterialButton
- BottomSheetDialog
- 안드로이드 스튜디오
- firebase
- RealtimeDB
- androidstudio
Archives
- Today
- Total
목록roundedCorner (1)
안드로이드 앱 개발
BottomSheetDialog 모서리를 둥글게 하고 싶었다. - Kotlin
1. drawalbe에 shape타입의 xml을 만들어준다. 2. themes(styles)에서 1번에서 만든 파일을 배경으로 하는 style을 만든다. 3. 2번에서 만든 style을 적용한 bottomSheetDialog theme을 만든다. 4. 코드에서 위 스타일을 적용한다. override fun getTheme(): Int = R.style.AppBottomSheetDialogTheme + BottomSheetDialog.xml의 전체 카드뷰의 CornerRadius를 줘야만 적용이 됐다...
카테고리 없음
2021. 5. 18. 01:35