Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 513 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 513 Bytes

ChangeLog

1.2.0

  • Defects fixing
  • Developers can fully customize the whole ui

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