I've downloaded the "3 pages example" from here
When I look at the source code, it seems that for Android calls are made to "setDisplayHomeAsUpEnabled" and "setHomeAsUpIndicator", which probably means the hambuger menu should be animated when opening the menu.
However, that is not happening. All I get is this:
So I'm probably missing something... I'm not using appcompat or anything, just the project as it's downloaded. How can I get the hamburger animation working? Do I need to change something to the project?
When I look at the source code, it seems that for Android calls are made to "setDisplayHomeAsUpEnabled" and "setHomeAsUpIndicator", which probably means the hambuger menu should be animated when opening the menu.
However, that is not happening. All I get is this:
So I'm probably missing something... I'm not using appcompat or anything, just the project as it's downloaded. How can I get the hamburger animation working? Do I need to change something to the project?