NavigationView

suggest change

Versions

[{“Name”:“3.0.x”,“GroupName”:null},{“Name”:“3.1.x”,“GroupName”:null},{“Name”:“3.2.x”,“GroupName”:null},{“Name”:“4.0”,“GroupName”:null},{“Name”:“4.0.3”,“GroupName”:null},{“Name”:“4.1”,“GroupName”:null},{“Name”:“4.2”,“GroupName”:null},{“Name”:“4.3”,“GroupName”:null},{“Name”:“4.4”,“GroupName”:null},{“Name”:“4.4W”,“GroupName”:null},{“Name”:“5.0”,“GroupName”:null},{“Name”:“5.1”,“GroupName”:null},{“Name”:“6.0”,“GroupName”:null},{“Name”:“7.0”,“GroupName”:null},{“Name”:“7.1”,“GroupName”:null}]

Remarks

The NavigationView represents a standard navigation menu for application. The menu contents can be populated by a menu resource file.

Before using the NavigationView you must add the design support library dependency in the build.gradle file:

dependencies {
   compile 'com.android.support:design:24.2.0'
}

Official Documentation:

https://developer.android.com/reference/android/support/design/widget/NavigationView.html

Material Design Specifications:

https://material.google.com/patterns/navigation-drawer.html#navigation-drawer-content

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents