Releases: santalu/empty-view
Releases · santalu/empty-view
1.3.6
1.3.4
1.2.1
1.1.0
- EmptyView now extends from ConstraintLayout instead of RelativeLayout
- You can now exclude views from visibility changes using
exclude(int.. ids)
orexclude(View... views)
methods - You can also now use
setEmptyButton()
andsetErrorButton()
methods to set empty or error button text, textColor and backgroundColor attributes.