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
- findNavController
- 화면 회전
- todo
- Lifecycle
- Retrofit2
- SSAID
- layout_constrainedWidth
- WorkManager
- Room
- studywithme
- DataBinding
- 생명주기
- Popup menu background color
- log
- NumberPIcker
- ThreeTen Backport
- Collections Function
- json
- BottomSheetDialogFragment
- DialogFragment
- kotlin
- Load failed
- RecyclerView
- gradle plugin
- multipart
- 기기고유값
- layout_constrainedHeight
- Android
- http
- Navigation
Archives
- Today
- Total
목록Popup menu background color (1)
chacha's
💬 Popup Menu 사용하기
How change position of popup menu on android overflow button? - stack overflow Popup menu with icons - Android Code Snippets 를 참고하여 작성한 게시물입니다. 1. menu 리소스 작성하기 2. popup menu style 리소스 정의하기 // res/menu/pop_up_menu.xml 3. Activity/Fragment에서 Popup menu 보여주기 아래의 코드는 Fragment에서 popup menu를 보여주는 코드입니다. override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, sa..
Android/My Library
2021. 11. 23. 20:26