Skip to content

Create menu from MenuBuilder object

Compare
Choose a tag to compare
@lurbas lurbas released this 10 Jul 16:06
· 44 commits to master since this release

The menu API was restricted to static R.menu files. It is now possible to add menus dynamically by calling setMenu(MenuBuilder);

All changes:

  • Allow setting menu from MenuBuilder;
  • Add ripple effect on background;
  • Add VectorCompat support;