Android Question B4X pages "3 pages example" - hamburger animation?

wimpie3

Well-Known Member
Licensed User
Longtime User
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:
Untitled.png

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?
 
Top