v1.2.0
- 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
- Starting from now the library behaves as if this setting was enabled, meaning that the background behind container view is always being drawn.
- Changed
minSdkVersion
to 14