Skip to content

Release 2.2.1 - Themes (BREAKING)

Compare
Choose a tag to compare
@daniel-stoneuk daniel-stoneuk released this 26 Jul 09:08
· 107 commits to master since this release

(fixed naming convention in 2.2.0 -> 2.2.1)

@Robyer contributed to this release, fixing up many of the styles. You'll need to update your styles.xml to extend the following new themes:

  • Theme.Mal.Light (with light toolbar)
  • Theme.Mal.Light.DarkActionBar (with dark toolbar)
  • Theme.Mal.Dark (with dark toolbar)
    - Theme.Mal.Dark.LightActionBar (with light toolbar)

Also:

  • Removed mal_lightActionBar, mal_popupOverlay attributes. Added mal_toolbarTheme, mal_toolbarPopupTheme instead.
  • You no longer need to catch NameNotFoundException when calling ConvenienceBuilder.createVersionActionItem()

Check out the sample app to see how to migrate.

A refresh menu item has been added to the demo showcasing the fixes and ability to refresh.