• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

Revision2fbf7395bbb34bc4cf311e899efdb2c285297e5f (tree)
Time2009-06-13 19:47:27
AuthorKenny Root <kenny@the-...>
CommiterKenny Root

Log Message

Fix hyphenation in TextView attr Javadoc

Change Summary

Incremental Difference

--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -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