I have a navigation drawer in my app which contains a header and some list items. The header has a textview which i want to make clickable but I am not able to do it.
Don't forget to define android:clickable="true" in your TextView xml.
android:clickable="true"