android:freezesText 设置保存文本的内容以及光标的位置
android:scrollHorizontally 设置文本超出TextView的宽度的情况下,是否出现横拉条
android:textCursorDrawable="@null" android:textCursorDrawable 这个属性是用来控制光标颜色的, "@null" 是作用是让光标颜色和text color一样
android:freezesText 设置保存文本的内容以及光标的位置
android:scrollHorizontally 设置文本超出TextView的宽度的情况下,是否出现横拉条
android:textCursorDrawable="@null" android:textCursorDrawable 这个属性是用来控制光标颜色的, "@null" 是作用是让光标颜色和text color一样