litho icon indicating copy to clipboard operation
litho copied to clipboard

RecyclerCollectionComponent doesn't support pull to refresh spinner offset

Open wooyukit opened this issue 5 years ago • 3 comments

Version

0.25.0

Issues and Steps to Reproduce

RecyclerCollectionComponent doesn't support pull to refresh spinner offset

Expected Behavior

Allow me configuring the pull to refresh spinner offset position

wooyukit avatar Apr 12 '19 03:04 wooyukit

You mean, vertical offset or horizontal? Do you wanna send PR for that?

muraziz avatar Apr 12 '19 14:04 muraziz

For android SwipeRefreshLayout, you can setProgressViewOffset api to define the spinner offset. But for litho recycler collection component, there is no property to configure.

wooyukit avatar Apr 13 '19 08:04 wooyukit

As @muraziz mentioned, I'd also suggest to send a PR for that.

Katalune avatar Aug 02 '19 11:08 Katalune