blob: 70ff8ea8938a77c6acb089bb676da1d65c305bbe [file] [log] [blame]
page.tags="SwipeRefreshMultipleViews"
sample.group=UI
@jd:body
<p>This sample demonstrates how to use {@link android.support.v4.widget.SwipeRefreshLayout} to add
the <em>swipe-to-refresh</em> gesture to a layout with multiple children, which enables you to
trigger a refresh by swiping down on the view. In this sample
{@link android.support.v4.widget.SwipeRefreshLayout} contains a scrollable
{@link android.widget.GridView} with an empty {@link android.widget.TextView}.</p>