How do I modify the Navigation slider header?

After buying RocketWeb from CodeCanyon everything was working fine. Now I want to customize or remove the navigation header.

1. Remove Navigation Header:

To remove navigation header, open CodeCanyon > res > layout > activity_home.xml and then remove this code “app:headerLayout=”@layout/navigation_header””

2. Hide Element of Header:

To remove element (logo, app name, website) of header, open CodeCanyon > res > layout > navigation_header.xml and then add this code “android:visibility=”gone”””

3. Set a custom value to Header:

2 thoughts on “How do I modify the Navigation slider header?

Leave a Reply