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.
just add this to your header layout Xml file
android:focusable="true" android:focusableInTouchMode="true" android:clickable="true"