Skip to content

Commit 2fbf739

Browse files
committed
Fix hyphenation in TextView attr Javadoc
1 parent 1b194b1 commit 2fbf739

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/res/res/values/attrs.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@
574574
<flag name="time" value="0x00000024" />
575575
</attr>
576576

577-
<!-- Additional features you can enable in an IME associated with an editor,
577+
<!-- Additional features you can enable in an IME associated with an editor
578578
to improve the integration with your application. The constants
579579
here correspond to those defined by
580580
{@link android.view.inputmethod.EditorInfo#imeOptions}. -->
@@ -658,7 +658,7 @@
658658
<attr name="y" format="dimension" />
659659

660660
<!-- Specifies how to place an object, both
661-
its x and y axis, within a larger containing object. -->
661+
its x- and y-axis, within a larger containing object. -->
662662
<attr name="gravity">
663663
<!-- Push object to the top of its container, not changing its size. -->
664664
<flag name="top" value="0x30" />
@@ -715,7 +715,7 @@
715715

716716
<!-- Standard gravity constant that a child can supply to its parent.
717717
Defines how to place an object, both
718-
its x and y axis, within a larger containing object. -->
718+
its x- and y-axis, within a larger containing object. -->
719719
<attr name="layout_gravity">
720720
<!-- Push object to the top of its container, not changing its size. -->
721721
<flag name="top" value="0x30" />
@@ -1782,7 +1782,7 @@
17821782
<attr name="minEms" format="integer" min="0" />
17831783
<!-- Makes the TextView be at least this many pixels wide -->
17841784
<attr name="minWidth" />
1785-
<!-- Specifies how to align the text by the view's x and/or y axis
1785+
<!-- Specifies how to align the text by the view's x- and/or y-axis
17861786
when the text is smaller than the view. -->
17871787
<attr name="gravity" />
17881788
<!-- Whether the text is allowed to be wider than the view (and

0 commit comments

Comments
 (0)