diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-04-12 00:26:28 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-12 00:26:28 +0000 |
commit | 5f9077b359dd83be215d53c02c64f513a55dbed8 (patch) | |
tree | dfd13166dcd60aefa2e0fa5c2c4e8630e7834935 | |
parent | 5bf3d5236c5cdb65a2ea21004dfc79ed9795a936 (diff) | |
parent | 2dba5be6d9c0e0542d65f9687245d092e0158843 (diff) | |
download | android_development-5f9077b359dd83be215d53c02c64f513a55dbed8.tar.gz android_development-5f9077b359dd83be215d53c02c64f513a55dbed8.tar.bz2 android_development-5f9077b359dd83be215d53c02c64f513a55dbed8.zip |
am 2dba5be6: am d5ec144b: Merge "docs: Updated samples descriptions for Apr samples push." into klp-docs
* commit '2dba5be6d9c0e0542d65f9687245d092e0158843':
docs: Updated samples descriptions for Apr samples push.
5 files changed, 16 insertions, 33 deletions
diff --git a/samples/browseable/CustomTransition/_index.jd b/samples/browseable/CustomTransition/_index.jd index 762fca4d8..c68a76201 100644 --- a/samples/browseable/CustomTransition/_index.jd +++ b/samples/browseable/CustomTransition/_index.jd @@ -5,8 +5,4 @@ page.tags="CustomTransition" sample.group=UI @jd:body -<p> - - This sample demonstrates how to create and use a custom Transition. - - </p> +<p>This sample demonstrates how to create and use a custom {@link android.transition.Transition}.</p> diff --git a/samples/browseable/FragmentTransition/_index.jd b/samples/browseable/FragmentTransition/_index.jd index 62275d838..f0efe32fd 100644 --- a/samples/browseable/FragmentTransition/_index.jd +++ b/samples/browseable/FragmentTransition/_index.jd @@ -5,8 +5,4 @@ page.tags="FragmentTransition" sample.group=UI @jd:body -<p> - - This sample demonstrates how to start a transition right after a fragment transaction. - - </p> +<p>This sample demonstrates how to start a transition right after a fragment transaction.</p> 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> diff --git a/samples/browseable/SwipeRefreshListFragment/_index.jd b/samples/browseable/SwipeRefreshListFragment/_index.jd index e790e535d..3a34bb032 100644 --- a/samples/browseable/SwipeRefreshListFragment/_index.jd +++ b/samples/browseable/SwipeRefreshListFragment/_index.jd @@ -5,11 +5,8 @@ page.tags="SwipeRefreshListFragment" sample.group=UI @jd:body -<p> - - A sample which shows how to use SwipeRefreshLayout within a ListFragment to add the - \'swipe-to-refresh\' gesture to a ListView, enabling the ability to trigger a refresh - from swiping down on that view. This is provided through the re-usable - SwipeRefreshListFragment class. - - </p> +<p>This sample demonstrates how to use {@link android.support.v4.widget.SwipeRefreshLayout} within +{@link android.app.ListFragment} to add the <em>swipe-to-refresh</em> gesture to a +{@link android.widget.ListView}, which enables you to trigger a refresh by swiping down on that +view. This functionality is provided by the <code>SwipeRefreshListFragment</code> class, which you +can reuse.</p> diff --git a/samples/browseable/SwipeRefreshMultipleViews/_index.jd b/samples/browseable/SwipeRefreshMultipleViews/_index.jd index 78d438608..70ff8ea89 100644 --- a/samples/browseable/SwipeRefreshMultipleViews/_index.jd +++ b/samples/browseable/SwipeRefreshMultipleViews/_index.jd @@ -5,11 +5,8 @@ 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> +<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> |