Shift the screen to right on click of menu; like facebook

前端 未结 3 2053
庸人自扰
庸人自扰 2021-02-02 04:34

In my application, I want to have behavior like facebook app wherein on click of icon I\'d like to shift the whole screen towards right and display some menus on the left as sho

3条回答
  •  忘了有多久
    2021-02-02 05:15

    This is the best that I've found https://github.com/DWorkS/ActionBarToggle because it's implementation is similar to DrawerLayout from google using ActionBarToggle. Although, it has a problem with open method but I wrote to its owner and he said that he will solve.

提交回复
热议问题