Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Currently, the refreshing indicator is horizontally laid out in the center of the
SwipeRefreshLayout
:Furthermore, this behavior is not directly controllable in a safe, non-intrusive way from outside
SwipeRefreshLayout
.The use-case for more fine-grained control is to handle left and right insets while going edge-to-edge.
Right now, the current workaround I'm using to center the refreshing indicator within left and right insets is to directly find the
ImageView
child ofSwipeRefreshLayout
(corresponding tomCircleView
) and then adjusting thetranslationX
of that view to center it appropriately.