- How do I change the menu icon in navigation drawer?
- How do I change my navigation drawer to open from right to left?
How do I change the menu icon in navigation drawer?
To change the icon on the navigation drawer go to the drawable folder do right click and than go to the vector asset and click on the clip art and choose the image of your choice.
How do I change my navigation drawer to open from right to left?
set DrawerLayout tools:openDrawer="end" set NavigationView android:layout_gravity="end" change tag view from androidx.