Problems with Drawer Navigation in Android -


i using drawer navigation provide android developer website. things have 1 of menubar @ bottom when slide sliding menu out cover bottom menubar, , problem. plz help

you can translate menu :

 public void ondrawerslide(view drawerview, float slideoffset)         {             float movefactor = (yourdrawer.getwidth() * slideoffset);              if (build.version.sdk_int >= build.version_codes.honeycomb)              {                 if(drawerview.getright()==movefactor) {                     yourmenu.settranslationx(movefactor);                 }             }         } 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -