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

Commit b5e6b10c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update setJustify API reference."

parents 85a3624c 3e293641
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()
     */