frameworks/base
Revision | 2fbf7395bbb34bc4cf311e899efdb2c285297e5f (tree) |
---|---|
Time | 2009-06-13 19:47:27 |
Author | Kenny Root <kenny@the-...> |
Commiter | Kenny Root |
Fix hyphenation in TextView attr Javadoc
@@ -574,7 +574,7 @@ | ||
574 | 574 | <flag name="time" value="0x00000024" /> |
575 | 575 | </attr> |
576 | 576 | |
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 | |
578 | 578 | to improve the integration with your application. The constants |
579 | 579 | here correspond to those defined by |
580 | 580 | {@link android.view.inputmethod.EditorInfo#imeOptions}. --> |
@@ -658,7 +658,7 @@ | ||
658 | 658 | <attr name="y" format="dimension" /> |
659 | 659 | |
660 | 660 | <!-- 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. --> | |
662 | 662 | <attr name="gravity"> |
663 | 663 | <!-- Push object to the top of its container, not changing its size. --> |
664 | 664 | <flag name="top" value="0x30" /> |
@@ -715,7 +715,7 @@ | ||
715 | 715 | |
716 | 716 | <!-- Standard gravity constant that a child can supply to its parent. |
717 | 717 | 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. --> | |
719 | 719 | <attr name="layout_gravity"> |
720 | 720 | <!-- Push object to the top of its container, not changing its size. --> |
721 | 721 | <flag name="top" value="0x30" /> |
@@ -1782,7 +1782,7 @@ | ||
1782 | 1782 | <attr name="minEms" format="integer" min="0" /> |
1783 | 1783 | <!-- Makes the TextView be at least this many pixels wide --> |
1784 | 1784 | <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 | |
1786 | 1786 | when the text is smaller than the view. --> |
1787 | 1787 | <attr name="gravity" /> |
1788 | 1788 | <!-- Whether the text is allowed to be wider than the view (and |