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

Commit 3e293641 authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Update setJustify API reference.

Bug: 35766005
Bug: 35764323
Test: N/A
Change-Id: I2d4b398479cdb3ac87257de95eb6a02f03c639bf
parent 503b5ccc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -322,6 +322,8 @@ public class StaticLayout extends Layout {

        /**
         * Enables or disables paragraph justification. The default value is disabled (false).
         * If the last line is too short for justification, the last line will be displayed with
         * the alignment set by {@link #setAlignment}.
         *
         * @param justify true for enabling and false for disabling paragraph justification.
         * @return this builder, useful for chaining.
+3 −1
Original line number Diff line number Diff line
@@ -3743,7 +3743,9 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
    }

    /**
     * Enables or disables full justification. The default value is false.
     * Enables or disables full justification. The default value is false. If the last line is too
     * short for justification, the last line will be displayed with the alignment set by
     * {@link android.view.View#setTextAlignment}.
     *
     * @see #getJustify()
     */