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