diff options
| author | Ricardo Cervera <rcervera@google.com> | 2014-04-11 09:55:40 -0700 |
|---|---|---|
| committer | Ricardo Cervera <rcervera@google.com> | 2014-04-11 09:55:40 -0700 |
| commit | 24dfd97b7f90f767c6862b2cd9abb12ff985dc2e (patch) | |
| tree | ea9ca0e20e482b5805174e0a171a0ef3c0f4b23c /samples/browseable/SwipeRefreshLayoutBasic | |
| parent | fb5e574e7953a646b95652632d0c4c87a47f4d5e (diff) | |
| download | android_development-24dfd97b7f90f767c6862b2cd9abb12ff985dc2e.tar.gz android_development-24dfd97b7f90f767c6862b2cd9abb12ff985dc2e.tar.bz2 android_development-24dfd97b7f90f767c6862b2cd9abb12ff985dc2e.zip | |
docs: Updated samples descriptions for Apr samples push.
Change-Id: I0b487789735a1251e5cc3d9b9e9e38376771c5c7
Diffstat (limited to 'samples/browseable/SwipeRefreshLayoutBasic')
| -rw-r--r-- | samples/browseable/SwipeRefreshLayoutBasic/_index.jd | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/samples/browseable/SwipeRefreshLayoutBasic/_index.jd b/samples/browseable/SwipeRefreshLayoutBasic/_index.jd index 1b628d0e8..bfbaddbbb 100644 --- a/samples/browseable/SwipeRefreshLayoutBasic/_index.jd +++ b/samples/browseable/SwipeRefreshLayoutBasic/_index.jd @@ -5,10 +5,7 @@ page.tags="SwipeRefreshLayoutBasic" sample.group=UI @jd:body -<p> - - A basic sample which shows how to use SwipeRefreshLayout to add the \'swipe-to-refresh\' - gesture to a View, enabling the ability to trigger a refresh from swiping down on the view. - In this sample the View which can be refreshed is a ListView. - - </p> +<p>This sample demonstrates how to use {@link android.support.v4.widget.SwipeRefreshLayout} to add +the <em>swipe-to-refresh</em> gesture to a {@link android.view.View}, which enables you to trigger +a refresh by swiping down on the {@link android.view.View}. In this sample, the view that can +be freshed is a {@link android.widget.ListView}.</p> |
