Top "Navigationview" questions

Provides navigation drawer access.

NavigationView get/find header layout

In my NavigationView I have a header layout with id 'viewId' with active buttons. To setup those buttons, I do …

android android-support-library android-design-library navigationview
How to create a simple divider in the new NavigationView?

Google introduced the NavigationView in the Design Support Library version 22.2.0 with which you can create a drawer very easily using …

android navigation-drawer android-support-library android-design-library navigationview
How to customize item background and item text color inside NavigationView?

I wanna achieve something like this shown in the Material Design Docs. colorControlHighlight is used for the Background on checked …

android material-design drawerlayout android-design-library navigationview
NavigationView and custom Layout

I'm using the Designs Support Libraries NavigationView like this: <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.…

android android-design-library navigationview android-navigationview
How to change the size of menu item icon in NavigationView?

I have the following menu item: <item android:id="@+id/lock" android:checkable="true" android:title="@string/lock" > &…

android material-design navigationview
How to set custom typeface to items in NavigationView?

With the new NavigationView, we are able to set a drawer's items through a menu resource in XML. With that, …

android android-design-library navigationview
Android - Navigation View item menu background color

i try to change color of my item Navigation View menu : styles.xml <item name="android:activatedBackgroundIndicator">@drawable/…

android navigation-drawer navigationview
How can I change separator color in NavigationView?

I'm trying to use NavigationView to implement NavigationDrawer. I have added the separator by setting group id in menu. However …

android navigation-drawer navigationview android-navigationview
Custom back button for NavigationView's navigation bar in SwiftUI

I want to add a custom navigation button that will look somewhat like this: Now, I've written a custom BackButton …

swift navigationview swiftui
How to add an item to a menu group in NavigationView

In a word game for Android I currently have a hardcoded menu inflated from left_drawer_menu.xml and consisting …

android drawerlayout navigationview navigation-drawer