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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -