时间:2021-07-01 10:21:17 帮助过:16人阅读
Usage
For a working implementation, have a look at the app module
Include the library as local library project.
Your hamburger on navigation menu must have exactly same coordinates as hamburger on ActionBar.
In youronCreatemethod you need to config and build animation with GuillotineAnimation.GuillotineBuilder
new GuillotineAnimation.GuillotineBuilder(guillotineMenu, guillotineMenu.findViewById(R.id.guillotine_hamburger), contentHamburger) .setActionBarViewForAnimation(toolbar) .build();
项目主页:http://www.open-open.com/lib/view/home/1434549096458