NavigationView onNavigationItemSelected not Working, 반응 없음 현상
2020. 11. 15. 20:11ㆍ모바일/Android_Java
xml에서 NavigationView가 DrawerLayout 마지막 요소에 존재해야 onNavigationItemSelected 가 호출된다
<DrawerLayout>
<NavigationView/>
<Linearlayout/>
</DrawerLayout>
예를들어 위와 같은 순서로 존재하면 리스너가 작동하지 않게된다 모두 유의하세요~!
'모바일 > Android_Java' 카테고리의 다른 글
Non-blocking I/O(NIO) (0) | 2020.11.20 |
---|---|
Socket 소켓, Data Stream (0) | 2020.11.17 |
MAC OSX에서 터미널 adb 사용하기 (0) | 2020.11.11 |
AppBarLayout, ToolBar, CollapsingToolBar 정리 (0) | 2020.11.11 |
슬라이딩 업 레이아웃(SlidingUpPanelLayout) 구현일기.. (0) | 2020.11.07 |