Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 433 Bytes

CHANGELOG.md

File metadata and controls

16 lines (13 loc) · 433 Bytes

ChangeLog

1.1.1

  • Defect fixing #35

1.1.0

  • Compatible with android menu xml, replace divider with group.
  • Menu items now could be accessed and modified through android menu api. Get a menu object with getMenu();
  • API break
    • create() been removed from builder, use build() instead.
    • divider() been removed from builder, use tag in xml.
    • most of sheet() methods been deprecated