I am testing the Navigation Drawer sample project in android and i have a problem setting the text in navigation view profile header.
This is my code:
MainAc
Or if you use this attribute:
... app:headerLayout="@layout/your_header_layout"/>
You can:
View header = mNavigationView.getHeaderView(0); TextView title = (TextView) header.findViewById(R.id.your_title_id); //Or something else