Skip to content

v1.2.0

Compare
Choose a tag to compare
@Tunous Tunous released this 12 Nov 17:03
· 10 commits to master since this release
  • Updated to AndroidX (45f6f06)
  • Removed setting to always draw background: sav_alwaysDrawBackground (4224061)
    • Starting from now the library behaves as if this setting was enabled, meaning that the background behind container view is always being drawn.
      WARNING: you might have to add background to your container views to avoid transparency issues
  • Changed minSdkVersion to 14