Skip to content

Releases: santalu/empty-view

1.3.6

19 Jun 13:38
b55c582
Compare
Choose a tag to compare

To allow users to have more control over loading state loadingType is now default set to none.
You should explicitly set loadingType to circular to show progressbar as expected

1.3.4

27 Apr 08:28
530f7ca
Compare
Choose a tag to compare

Add ability to include or exclude views from state changes

1.2.1

29 Mar 12:38
6348fea
Compare
Choose a tag to compare
  • XML attribute names renamed and updated for clear intentions
  • Builder pattern implemented to let you set and update every attribute in code

1.1.0

14 Mar 10:35
68865ac
Compare
Choose a tag to compare
  • EmptyView now extends from ConstraintLayout instead of RelativeLayout
  • You can now exclude views from visibility changes using exclude(int.. ids) or exclude(View... views) methods
  • You can also now use setEmptyButton() and setErrorButton() methods to set empty or error button text, textColor and backgroundColor attributes.

1.0

09 Aug 08:02
Compare
Choose a tag to compare
1.0
Update README.md