Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef678579 authored by Melvin Moreno's avatar Melvin Moreno Committed by Automerger Merge Worker
Browse files

Merge "Fixed documentation typo on TextAlign getter and setter methods -...

Merge "Fixed documentation typo on TextAlign getter and setter methods - Reported on http://b/216852542" am: 3c483918 am: 09707846 am: b01b8282

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

Change-Id: I1c72983a9e35447f7389c75b65382e29458c4a93
parents 68b594e3 b01b8282
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1611,7 +1611,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.
     */
@@ -1623,7 +1623,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.
     */