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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -