Files
android_development/samples/browseable/SwipeRefreshMultipleViews/_index.jd
Alexander Lucas fb5e574e79 Updated browseable samples for april push
Change-Id: Idd8cc6b7c43ab93f05f0a5d69d5379631721d185
2014-04-10 15:44:01 -07:00

16 lines
467 B
Plaintext

page.tags="SwipeRefreshMultipleViews"
sample.group=UI
@jd:body
<p>
A sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\'
gesture to a layout with multiple children, enabling the ability to trigger a
refresh from swiping down on the visible view. In this sample, SwipeRefreshLayout
contains a scrollable GridView, along with a TextView empty view.
</p>