Fix some at links. am: 28d87163e1

am: 13145b6f9a

Change-Id: I3e0108bdaa9dc3452251d2cdf0a709ad9e2825b6
This commit is contained in:
Elliot Waite
2016-09-21 03:44:22 +00:00
committed by android-build-merger
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ Leanback sample app</a> image card view when selected.</p>
on demand. In the browse fragment where your app presents its content to the user, you create a
{@link android.support.v17.leanback.widget.Presenter} for the content cards and pass it to the adapter
that adds the content to the screen. In the following code, the <code>CardPresenter</code> is created
in the {@link android.support.v4.app.LoaderManager.LoaderCallbacks#onLoadFinished(android.support.v4.content.Loader, java.lang.Object) onLoadFinished()}
in the {@link android.support.v4.app.LoaderManager.LoaderCallbacks#onLoadFinished onLoadFinished()}
callback of the {@link android.support.v4.app.LoaderManager}.</p>
<pre>