Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

SwipeRefreshLayout

Yanndroid edited this page Jan 27, 2022 · 2 revisions

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)
Clone this wiki locally