-3

When I click the toggle button, there will be a menu in right side

enter image description here

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

1 Answers1

-1

Could you please try using the following attribute

android:layout_gravity = "end"

in your NavigationView? Please place this attribute in your NavigationView and check.