Merge "Fixed documentation typo on TextAlign getter and setter methods - Reported on http://b/216852542" am: 3c48391809 am: 09707846a2 am: b01b828294 am: ef67857929

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1977166

Change-Id: I5af6e86d9912efe78db59b623c77504b7df5a87a
This commit is contained in:
Melvin Moreno
2022-02-08 20:57:24 +00:00
committed by Automerger Merge Worker

View File

@@ -1612,7 +1612,7 @@ public class Paint {
* Return the paint's Align value for drawing text. This controls how the
* text is positioned relative to its origin. LEFT align means that all of
* the text will be drawn to the right of its origin (i.e. the origin
* specifieds the LEFT edge of the text) and so on.
* specifies the LEFT edge of the text) and so on.
*
* @return the paint's Align value for drawing text.
*/
@@ -1624,7 +1624,7 @@ public class Paint {
* Set the paint's text alignment. This controls how the
* text is positioned relative to its origin. LEFT align means that all of
* the text will be drawn to the right of its origin (i.e. the origin
* specifieds the LEFT edge of the text) and so on.
* specifies the LEFT edge of the text) and so on.
*
* @param align set the paint's Align value for drawing text.
*/