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
- androidstudio
- Activity
- EditText
- 밑줄
- ViewModel
- Kotlin
- ButtonWithButton
- Imageview
- firebasefunctions
- 코틀린
- Android
- Dialog
- FRAGMENT
- button
- 안드로이드 스튜디오
- RealtimeDB
- 뷰바인딩
- BottomSheetDialog
- ArrayList
- firebase
- MaterialButton
- textview
- 안드로이드스튜디오
- OutlinedButton
- lifecyclescope
- 랜덤ID
- 팝업액티비티
- ROOM
- nav_graph
- 안드로이드
Archives
- Today
- Total
목록cornerRadius (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