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

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