Top "Textview" questions

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

Android ListView rows in ScrollView not fully displayed - clipped

I encountered a problem when embedding a ListView inside a ScrollView, or at least that's where I guess the problem …

android listview textview scrollview
draw line under TextView on Android

I have a layout that adds textviews dynamically and i want to divide each textview with a line. Something like …

android textview line
How do I tell if my textview has been ellipsized?

I have a multi-line TextView that has android:ellipsize="end" set. I would like to know, however, if the string …

android textview ellipsis
Android ClickableSpan not calling onClick

I am creating a ClickableSpan, and it is displaying properly with the proper text underlined. However, the clicks are not …

android textview
How to adjust text kerning in Android TextView?

Is there a way to adjust the spacing between characters in an Android TextView? I believe this is typically called "…

android textview spacing kerning
TextView animation - fade in, wait, fade out

I am making a picture gallery app. I current have a imageview with a text view at the bottom. Currently …

android android-animation textview fadein fadeout
Android sp vs dp texts - what would adjust the 'scale' and what is the philosophy of support

So we know from many other posts that we should use sp rather than dp for text in Android, and …

android textview android-fonts
Android - Highlight a Word In a TextView?

I have a database search query which search in the database for a word entered by the user and return …

android android-listview highlighting textview
Android TextView setTextSize incorrectly increases text size

This is in an extension of TextView. getTextSize() and setTextSize() are not overridden, I do not extend those methods. Programming …

android textview pixels pixelformat
Android textview not supporting line break

I'm creating a custom view programmatically that is displaying text that is parsed from an XML file. The text is …

android textview android-xml