docs: Fix typo "[singular] attributes specifies"
bug: https://code.google.com/p/android/issues/detail?id=196193 Change-Id: I69fb6dcb6bbb5912ef3f3697d0b658e07ebddfa4
This commit is contained in:
@@ -107,7 +107,7 @@ public final class InputManager {
|
|||||||
* </p><p>
|
* </p><p>
|
||||||
* The <code>android:name</code> attribute specifies an identifier by which
|
* The <code>android:name</code> attribute specifies an identifier by which
|
||||||
* the keyboard layout will be known in the package.
|
* the keyboard layout will be known in the package.
|
||||||
* The <code>android:label</code> attributes specifies a human-readable descriptive
|
* The <code>android:label</code> attribute specifies a human-readable descriptive
|
||||||
* label to describe the keyboard layout in the user interface, such as "English (US)".
|
* label to describe the keyboard layout in the user interface, such as "English (US)".
|
||||||
* The <code>android:keyboardLayout</code> attribute refers to a
|
* The <code>android:keyboardLayout</code> attribute refers to a
|
||||||
* <a href="http://source.android.com/tech/input/key-character-map-files.html">
|
* <a href="http://source.android.com/tech/input/key-character-map-files.html">
|
||||||
|
|||||||
@@ -298,7 +298,7 @@ app.</p>
|
|||||||
<p>In the <code><a
|
<p>In the <code><a
|
||||||
href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code> element,
|
href="{@docRoot}guide/topics/manifest/activity-element.html"><activity></a></code> element,
|
||||||
the {@code android:name} attribute specifies the fully qualified class name of the {@link
|
the {@code android:name} attribute specifies the fully qualified class name of the {@link
|
||||||
android.app.Activity} subclass and the {@code android:label} attributes specifies a string
|
android.app.Activity} subclass and the {@code android:label} attribute specifies a string
|
||||||
to use as the user-visible label for the activity.</p>
|
to use as the user-visible label for the activity.</p>
|
||||||
|
|
||||||
<p>You must declare all app components this way:</p>
|
<p>You must declare all app components this way:</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user