Releases: Airsaid/StateLayout
Releases · Airsaid/StateLayout
v1.3.0
- Add
setOnRetryClickListener()
method.
v1.2.1
- Add namespace and remove manifest file
- Fix AndroidStudio not found the sources for multi variant releases (197636221)
v1.2.0
- Add isAnimation parameter to showState() and showContent() methods.
v1.1.1
- Fix incorrect status recovery
- Optimized getState() method
v1.1.0
- Rename to StateLayout
- Support setting global states
- Support adding multiple subViews as content layout
- Change the parameters of
showState()
from id type to class type
- Fix the delay of frequent state switching
- Other minor code optimizations