Loading core/java/android/text/StaticLayout.java +2 −0 Original line number Diff line number Diff line Loading @@ -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. Loading core/java/android/widget/TextView.java +3 −1 Original line number Diff line number Diff line Loading @@ -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() */ Loading Loading
core/java/android/text/StaticLayout.java +2 −0 Original line number Diff line number Diff line Loading @@ -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. Loading
core/java/android/widget/TextView.java +3 −1 Original line number Diff line number Diff line Loading @@ -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() */ Loading