1 2 3 4 page.tags="SwipeRefreshMultipleViews" 5 sample.group=UI 6 @jd:body 7 8 <p>This sample demonstrates how to use {@link android.support.v4.widget.SwipeRefreshLayout} to add 9 the <em>swipe-to-refresh</em> gesture to a layout with multiple children, which enables you to 10 trigger a refresh by swiping down on the view. In this sample 11 {@link android.support.v4.widget.SwipeRefreshLayout} contains a scrollable 12 {@link android.widget.GridView} with an empty {@link android.widget.TextView}.</p> 13