SwipeRefreshLayout - OneUIProject/OneUI-Design-Library GitHub Wiki
de.dlyt.yanndroid.oneui.widget.SwipeRefreshLayout
Samsung's SwipeRefreshLayout.
<de.dlyt.yanndroid.oneui.widget.SwipeRefreshLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
</de.dlyt.yanndroid.oneui.widget.SwipeRefreshLayout>
Attributes and usage are the same as Google's SwipeRefreshLayout.
Methods
End the refresh status once the animation ends.
public void seslSetRefreshOnce(boolean once)