Fix hyphenation in TextView attr Javadoc

This commit is contained in:
Kenny Root
2009-06-13 05:47:27 -05:00
committed by Jean-Baptiste Queru
parent e855d130ae
commit 56f6c1098d

View File

@@ -595,7 +595,7 @@
<flag name="time" value="0x00000024" />
</attr>
<!-- Additional features you can enable in an IME associated with an editor,
<!-- Additional features you can enable in an IME associated with an editor
to improve the integration with your application. The constants
here correspond to those defined by
{@link android.view.inputmethod.EditorInfo#imeOptions}. -->
@@ -679,7 +679,7 @@
<attr name="y" format="dimension" />
<!-- Specifies how to place the content of an object, both
on the x and y axis, within the object itself. -->
on the x- and y-axis, within the object itself. -->
<attr name="gravity">
<!-- Push object to the top of its container, not changing its size. -->
<flag name="top" value="0x30" />
@@ -735,7 +735,7 @@
<attr name="entries" format="reference" />
<!-- Standard gravity constant that a child can supply to its parent.
Defines how to place the view, both its x and y axis, within its parent view group. -->
Defines how to place the view, both its x- and y-axis, within its parent view group. -->
<attr name="layout_gravity">
<!-- Push object to the top of its container, not changing its size. -->
<flag name="top" value="0x30" />
@@ -1814,7 +1814,7 @@
<attr name="minEms" format="integer" min="0" />
<!-- Makes the TextView be at least this many pixels wide -->
<attr name="minWidth" />
<!-- Specifies how to align the text by the view's x and/or y axis
<!-- Specifies how to align the text by the view's x- and/or y-axis
when the text is smaller than the view. -->
<attr name="gravity" />
<!-- Whether the text is allowed to be wider than the view (and