android:singleLine of TextView is nolonger in the “Deprecated”?
问题 I am facing a problem of android:ellipsize that doesn't work in TextView. But to work well for android:singleLine. I've heard that android:singleLine is "Deprecated", but it is not written in the reference in Android Developer. https://developer.android.com/reference/android/widget/TextView.html#attr_android:singleLine android:singleLine is no longer in the "Deprecated"? ADDED: I solved this problem myself. As it turns out, android:scrollHorizontally="true" of TextView's attribute is not