Top "Textview" questions

Text View is an UI element that allows users to view and/or modify the displayed text.

Android setError("error") not working in Textview

We can set error in Edittext successfully but failed to set in textview. is there any problem?? i tried ((TextView) …

android error-handling popup textview
How do I give space in between text in textview?

I need to make something like this according to Android screen bound, S M T W T F S I …

android textview space
Display emoji/emotion icon in Android TextView

I have some problem with displaying emoji icon in Android TextView First, I found a list of emoji icon in …

java android unicode textview emoji
Changing TextView background color on click android

I'm trying to change the background of a textview when clicked. For instance, if the textview is click it the …

android textview android-background
Android scrollview autoscrolling as text is added

I have a scrollview containing a textview in an Android app. This textview will have text appended to it continuously …

android textview scrollview autoscroll
Autosizing of TextView doesn't work (Android O)

I use new autosize feature added in support library 26. I read a documentation which can be found here : https://developer.…

android textview android-support-library autosize android-8.0-oreo
Android Swipe on List

Does anyone have a simple example of a ListActivity displaying Textviews in a column and when you swipe left to …

android list textview listactivity swipe
android spinner dropdown checkbox

I have Spinner like this : <Spinner android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/…

android drop-down-menu textview android-spinner android-checkbox
What's the difference between lineSpacingExtra and lineSpacingMultiplier?

I'm adding line spacing in my textview which spans multiple lines. What's the difference between android:lineSpacingExtra and android:lineSpacingMultiplier? …

android textview line-spacing
Disable Word Wrap in an Android Multi-Line TextView

I am working on a Month View with an advanced swipe (requires current, next and previous to be loaded to …

android textview multiline nowrap