android - Show navigation drawer opened -


i have been looking how show navigation drawer opened. have seen using gravity.left makes animation want show displayed without animation.

this makes animation.

    ((drawerlayout) findviewbyid(r.id.drawer_layout)).opendrawer(gravity.left); 

¿how can show drawerlayout displayed without animation?

there awesome library implement navigationdrawer in apps developed mike penz.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -