Android-StatefulLayout icon indicating copy to clipboard operation
Android-StatefulLayout copied to clipboard

A custom Android ViewGroup to display different states of screen (CONTENT, PROGRESS, OFFLINE, EMPTY, etc.)

Results 4 Android-StatefulLayout issues
Sort by recently updated
recently updated
newest added

`setOfflineRetryText` and `app:offlineRetryText` had a bug,it set to offlineText...

as the title says, how to make transition between state (empty to content) to fade in and fade out in StatefulLayout, not in SimpleStatefulLayout...

app:offlineRetryText无效 因为 `// setState custom offline retry text if(a.hasValue(R.styleable.SflStatefulLayout_offlineRetryText)) { setOfflineText(a.getString(R.styleable.SflStatefulLayout_offlineRetryText)); }` 希望能够增加SimpleStatefulLayout中retry button的style的api

It would be great if there a swipeToRefresh in error or empty view