While creating Drawer layout in android issue of 'mToolbar' symbol is not resolve -


   mdrawertoggle = new actionbardrawertoggle(             this,                  /* host activity */             mdrawerlayout,          /* drawerlayout object */             mtoolbar,             r.drawable.ic_drawer,  /* nav drawer image replace 'up' caret */             r.string.drawer_open,  /* "open drawer" description accessibility */             r.string.drawer_close  /* "close drawer" description accessibility */     ) 

while creating drawer in android i'm facing issue of symbol not resolve,


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -