In android studio 1.4.1, I have created new Navigation Drawer Project which is default.My issue is in this project there is nav_header_main.xml file which is for navigation
Also you can use Kotlinx features
val hView = nav_view.getHeaderView(0) hView.textViewName.text = "lorem ipsum" hView.imageView.setImageResource(R.drawable.ic_menu_gallery)