xref: /aosp_15_r20/development/samples/browseable/SwipeRefreshMultipleViews/_index.jd (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1
2page.tags="SwipeRefreshMultipleViews"
3sample.group=UI
4@jd:body
5
6<p>
7
8            A sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
9            gesture to a layout with multiple children, enabling the ability to trigger a
10            refresh from swiping down on the visible view. In this sample, SwipeRefreshLayout
11            contains a scrollable GridView, along with a TextView empty view.
12
13        </p>
14