- Initial release.
- Add "slideTextSize" attribute for setting SlideView's text size.
- Add a getter for the TextView. This is useful if you want to further customize the text.
- Fix issue where SlideView's parent view intercepts touch events.
- Add "sv_" prefix to all library attributes to avoid conflicting with attributes in other libraries or attributes defined by users.
- The internal Slider now extends "AppCompatSeekBar" instead of "SeekBar"
- Update internal dependencies.