StateView Versions Save

:sparkles: StateView is an invisible, zero-sized View that can be used to lazily inflate loadingView/emptyView/retryView/anyView at runtime.

v3.0.2

2 years ago

Fix: when parent is FragmentContainerView #42

v3.0.1

2 years ago

see: #39

v3.0.0

2 years ago

Refactor: can show any view

v2.2.0

3 years ago

can not implementation constraintlayout #34

v2.1.1

3 years ago

optimization showView #31

v2.1

3 years ago

support setEmptyView setRetryView setLoadingView

v2.0

4 years ago

Use kotlin, migrate to AndroidX, optimization

v1.5.4

5 years ago

Solve the ClassCastException, When viewParent is ConstraintLayout #15

v1.5.0

6 years ago

Supported wrap view

v1.3.4

6 years ago

fix: no show when quick switch shows Retry, Loading. #11