【发布时间】:2019-07-17 20:23:52
【问题描述】:
在这个Android Navigation Icon - Profile picture instead of hamburger iconstackoverfolw 帖子中
ImageView profileImage = (ImageView)
binding.navView.getHeaderView(0).findViewById(R.id.iv_profile_image);
如何在哪里定义R.id.iv_profile_image在哪个xml文件中?
【问题讨论】:
标签: java android navigation-drawer picasso