如何在我想要的时刻运行打开抽屉的动画? 我用SupportLibrary v7使用“汉堡包”动画。 想写这样的方法:
class Activity extends ActionBarActivity{
ToolBar toolbar;
ActionBarDrawerToggle toogle;
...
private void setToolBarIconState(State state) {
if (state == State.menu) {
//flipIconToMenu ?
} else {
//flipIconToBackPointer ?
}
}
答案 0 :(得分:1)
我认为这是v7 appcompat库的默认动画
检查this。
答案 1 :(得分:1)
要实现它,你需要使用画布。
如果你想要教程,那么请在下面链接:
https://github.com/neokree/MaterialNavigationDrawer
https://github.com/balysv/material-menu
https://github.com/ikimuhendis/LDrawer
https://github.com/HeinrichReimer/material-drawer
https://github.com/kanytu/android-material-drawer-template
https://github.com/Zlate87/material-navigation-drawer-example
https://github.com/Zlate87/material-navigation-drawer-example