Skip to content

Tag: navigation-drawer

my intent in navigation drawer is not working

When I tap on any item of in navigation drawer ,instead of going to new activity , the drawer toggles. MainActivity : this is my mainActiviy.xml code where i have usedNavigation View I have checked my code many times but not able to find the mistake…it would be great help if someone helps me in this Tha…

Android: Navigation Drawer vertical shadow

I have implemented a NavigationDrawer in my application. I would like to know how I can add a vertical shadow effect which is below the main Fragment, similar to the picture below. I have one image on my drawable with the shadow image. It’s called “drawer_shadow.9” but I don’t know how…