Loading core/java/android/widget/TextView.java +4 −1 Original line number Diff line number Diff line Loading @@ -6206,9 +6206,12 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener if (applyTransformation) { setTransformationMethod(null); } // mEditTextMultilineBackground is defined and used only in EditText if (mEditTextMultilineBackground != null) { setBackgroundDrawable(mEditTextMultilineBackground); } } } /** * Causes words in the text that are longer than the view is wide Loading Loading
core/java/android/widget/TextView.java +4 −1 Original line number Diff line number Diff line Loading @@ -6206,9 +6206,12 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener if (applyTransformation) { setTransformationMethod(null); } // mEditTextMultilineBackground is defined and used only in EditText if (mEditTextMultilineBackground != null) { setBackgroundDrawable(mEditTextMultilineBackground); } } } /** * Causes words in the text that are longer than the view is wide Loading