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