Skip to content

Releases: sequenter/MaterialTextView

0.0.5

27 Jun 18:43

Choose a tag to compare

  • Added ability to set error, mtv_errorTextColour default to FF1744 (A400 Red)
  • Added single line, sets maxLine of content to 1 (or Integer.MAX_VALUE if false), default to false
  • Error gets turned off after setContentText, or by passing null to setError
  • Passing an empty string to setError keeps current settings of helper text

0.0.4

25 Jun 01:30

Choose a tag to compare

  • Added dense spacing, mtv_useDenseSpacing default to false
  • Added nullable animation to content text

0.0.3

20 Jun 14:52

Choose a tag to compare

Added:

  • Added custom clip View for background
  • Edited current layout to use clip View, selectable ripple now respects rounded corners

0.0.2

14 Jun 17:32

Choose a tag to compare

Modified:

  • mtv_keepLabelSpacing default False

Added:

  • mtv_backgroundColour and accessors
  • Label/Content/Helper text colour accessors
  • Keep Label/Helper spacing accessors

0.0.1

12 Jun 09:06

Choose a tag to compare

Initial Release, see ReadMe.md for features.