Merge "docs: Fixing badly formatted {@code} strings" into mnc-io-docs

This commit is contained in:
Andrew Solovay
2016-07-11 21:40:26 +00:00
committed by Android (Google) Code Review

View File

@@ -142,7 +142,7 @@ page.title=Support Library Features
</p> </p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v4/} directory. The library does not contain user <code>&lt;sdk&gt;/extras/android/support/v4/</code> directory. The library does not contain user
interface resources. To include it in your application project, follow the instructions for interface resources. To include it in your application project, follow the instructions for
<a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without <a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without
resources</a>.</p> resources</a>.</p>
@@ -169,7 +169,7 @@ com.android.support:support-v4:23.3.0
<p> <p>
After you download the Android Support Libraries, this library is located in the After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/multidex/} directory. The library does not contain <code>&lt;sdk&gt;/extras/android/support/multidex/</code> directory. The library does not contain
user interface resources. To include it in your application project, follow the instructions user interface resources. To include it in your application project, follow the instructions
for for
<a href= "{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without <a href= "{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without
@@ -229,7 +229,7 @@ com.android.support:multidex:1.0.0
</ul> </ul>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v7/appcompat/} directory. The library contains user <code>&lt;sdk&gt;/extras/android/support/v7/appcompat/</code> directory. The library contains user
interface resources. To include it in your application project, follow the instructions for interface resources. To include it in your application project, follow the instructions for
<a href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries with <a href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries with
resources</a>.</p> resources</a>.</p>
@@ -250,7 +250,7 @@ on any app. These cards are useful for material design
implementations, and are used extensively in layouts for TV apps.</p> implementations, and are used extensively in layouts for TV apps.</p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v7/cardview/} directory. The library contains user interface <code>&lt;sdk&gt;/extras/android/support/v7/cardview/</code> directory. The library contains user interface
resources. To include it in your application project, follow the instructions resources. To include it in your application project, follow the instructions
for <a href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding for <a href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding
libraries with resources</a>.</p> libraries with resources</a>.</p>
@@ -271,7 +271,7 @@ allows you to arrange user interface elements using a grid of rectangular cells.
For detailed information about the v7 gridlayout library APIs, see the For detailed information about the v7 gridlayout library APIs, see the
{@link android.support.v7.widget android.support.v7.widget} package in the API reference.</p> {@link android.support.v7.widget android.support.v7.widget} package in the API reference.</p>
<p>This library is located in the {@code &lt;sdk&gt;/extras/android/support/v7/gridlayout/} <p>This library is located in the <code>&lt;sdk&gt;/extras/android/support/v7/gridlayout/</code>
directory . The library contains user directory . The library contains user
interface resources. To include it in your application project, follow the instructions for interface resources. To include it in your application project, follow the instructions for
<a href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries with <a href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries with
@@ -332,7 +332,7 @@ from an album cover, and use those colors to build a color-coordinated song
title card.</p> title card.</p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v7/palette/} directory. The library does not contain <code>&lt;sdk&gt;/extras/android/support/v7/palette/</code> directory. The library does not contain
user interface resources. To include it in your application project, follow the instructions for user interface resources. To include it in your application project, follow the instructions for
<a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without <a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without
resources</a>.</p> resources</a>.</p>
@@ -354,7 +354,7 @@ widget, a view for efficiently displaying large data sets by providing a
limited window of data items.</p> limited window of data items.</p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v7/recyclerview/} directory. The library contains <code>&lt;sdk&gt;/extras/android/support/v7/recyclerview/</code> directory. The library contains
user interface resources. To include it in your application project, follow the instructions user interface resources. To include it in your application project, follow the instructions
for <a href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding for <a href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding
libraries with resources</a>.</p> libraries with resources</a>.</p>
@@ -383,7 +383,7 @@ such as {@link android.support.v7.preference.CheckBoxPreference} and
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v7/preference} directory. For more information <code>&lt;sdk&gt;/extras/android/support/v7/preference</code> directory. For more information
on how to set up your project, follow the instructions in <a on how to set up your project, follow the instructions in <a
href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries
with resources</a>. </p> with resources</a>. </p>
@@ -447,7 +447,7 @@ defaultConfig {
</p> </p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v13/} directory. The library does not contain user <code>&lt;sdk&gt;/extras/android/support/v13/</code> directory. The library does not contain user
interface resources. To include it in your application project, follow the instructions for interface resources. To include it in your application project, follow the instructions for
<a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without <a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without
resources</a>.</p> resources</a>.</p>
@@ -479,7 +479,7 @@ for preference interfaces such as
</p> </p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v14/} directory. The library does not contain user <code>&lt;sdk&gt;/extras/android/support/v14/</code> directory. The library does not contain user
interface resources. To include it in your application project, follow the instructions for interface resources. To include it in your application project, follow the instructions for
<a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without <a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without
resources</a>.</p> resources</a>.</p>
@@ -508,7 +508,7 @@ interface and classes, such as
</p> </p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v17/} directory. The library does not contain user <code>&lt;sdk&gt;/extras/android/support/v17/</code> directory. The library does not contain user
interface resources. To include it in your application project, follow the instructions for interface resources. To include it in your application project, follow the instructions for
<a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without <a href="{@docRoot}tools/support-library/setup.html#libs-without-res">Adding libraries without
resources</a>.</p> resources</a>.</p>
@@ -550,7 +550,7 @@ com.android.support:preference-leanback-v17:23.3.0
</ul> </ul>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/v17/leanback} directory. For more information <code>&lt;sdk&gt;/extras/android/support/v17/leanback</code> directory. For more information
on how to set up your project, follow the instructions in <a on how to set up your project, follow the instructions in <a
href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries
with resources</a>. </p> with resources</a>. </p>
@@ -571,7 +571,7 @@ package provides APIs to support adding annotation metadata to your apps. </p>
<p></p> <p></p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/annotations} directory. For more information <code>&lt;sdk&gt;/extras/android/support/annotations</code> directory. For more information
on how to set up your project, follow the instructions in <a on how to set up your project, follow the instructions in <a
href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries
with resources</a>. </p> with resources</a>. </p>
@@ -596,7 +596,7 @@ snackbars, and <a href="{@docRoot}design/building-blocks/tabs.html">tabs</a>. <
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/design} directory. For more information <code>&lt;sdk&gt;/extras/android/support/design</code> directory. For more information
on how to set up your project, follow the instructions in <a on how to set up your project, follow the instructions in <a
href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries
with resources</a>. </p> with resources</a>. </p>
@@ -624,7 +624,7 @@ Callback</a>. </p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/customtabs} directory. For more information <code>&lt;sdk&gt;/extras/android/support/customtabs</code> directory. For more information
on how to set up your project, follow the instructions in <a on how to set up your project, follow the instructions in <a
href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries
with resources</a>. </p> with resources</a>. </p>
@@ -655,7 +655,7 @@ PercentRelativeLayout</a>. </p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/percent} directory. For more information <code>&lt;sdk&gt;/extras/android/support/percent</code> directory. For more information
on how to set up your project, follow the instructions in <a on how to set up your project, follow the instructions in <a
href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries
with resources</a>. </p> with resources</a>. </p>
@@ -685,7 +685,7 @@ RecommendationExtender</a>. </p>
<p>After you download the Android Support Libraries, this library is located in the <p>After you download the Android Support Libraries, this library is located in the
{@code &lt;sdk&gt;/extras/android/support/recommendation} directory. For more information <code>&lt;sdk&gt;/extras/android/support/recommendation</code> directory. For more information
on how to set up your project, follow the instructions in <a on how to set up your project, follow the instructions in <a
href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries href="{@docRoot}tools/support-library/setup.html#libs-with-res">Adding libraries
with resources</a>. </p> with resources</a>. </p>