docs: Updated samples descriptions for Apr samples push.
Change-Id: I0b487789735a1251e5cc3d9b9e9e38376771c5c7
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user