Loading core/java/android/widget/TextView.java +2 −1 Original line number Diff line number Diff line Loading @@ -3685,7 +3685,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * @attr ref android.R.styleable#TextView_textCursorDrawable */ public void setTextCursorDrawable(@DrawableRes int textCursorDrawable) { setTextCursorDrawable(mContext.getDrawable(textCursorDrawable)); setTextCursorDrawable( textCursorDrawable != 0 ? mContext.getDrawable(textCursorDrawable) : null); } /** Loading Loading
core/java/android/widget/TextView.java +2 −1 Original line number Diff line number Diff line Loading @@ -3685,7 +3685,8 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * @attr ref android.R.styleable#TextView_textCursorDrawable */ public void setTextCursorDrawable(@DrawableRes int textCursorDrawable) { setTextCursorDrawable(mContext.getDrawable(textCursorDrawable)); setTextCursorDrawable( textCursorDrawable != 0 ? mContext.getDrawable(textCursorDrawable) : null); } /** Loading