View 1.3.1
github-actions
released this
13 Feb 09:41
·
76 commits
to refs/heads/main
since this release
Built to work with:
Library | Dependencies |
---|---|
readmore-view | AppCompat 1.6.1 |
⚠️ Breaking Changes
readMoreToggleEnabled
attribute is replaced to readMoreToggleArea
attribute.
So, if you are already using this attribute, you need to change your code like this:
- app:readMoreToggleEnabled="false"
+ app:readMoreToggleArea="none"
- app:readMoreToggleEnabled="true"
+ app:readMoreToggleArea="all"