issues
search
santalu
/
empty-view
A view that displays state of screen like loading, error, empty
Apache License 2.0
377
stars
46
forks
source link
ConstraintLayout Implementation
#14
Closed
santalu
closed
6 years ago
santalu
commented
6 years ago
EmptyView now extends from ConstraintLayout instead of RelativeLayout
You can now exclude view 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.