Top "Textview" questions

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

re-setting a TextView height programmatically

I want to reset a textView height after I have added it to the main window in the xml file. …

android android-xml textview
Is it possible to write vertically in a textview in android?

Let's say you have a normal TextView, with "Stackoverflow" written in it, Is it possible to rotate the TextView by …

android textview vertical-text
margin inside the edit text in android

My question is : I have an EditText and I want set a margin inside the EditText, I mean margin for …

android android-layout android-edittext margin textview
Links in TextView

I need to put a link in a TextView, I have a string that contains the tag <a href="…

android textview hyperlink
Limit numbers of lines in TextView

I have a scrollable textView, and I want to limit the number of lines displayed, however xml properties are not …

android scroll textview lines
Changing font size into an AlertDialog

I am trying to put some loooong text into an AlertDialog. The only issue the default font size that is …

android textview android-alertdialog font-size
Add custom font for complete android application

In my application I need to use helvetica font for all the textviews and edit-text fields. Is there any way …

android textview custom-font
Android multi color in one TextView

Possible Duplicate: Is it possible to have multiple styles inside a TextView? I want my TextView to show some part …

android textview styling
Setting Ellipsize on TextView reduces lines shown by one (instead of only ellipsizing last)

when I am using TextView with singleLine="true" and ellipsize="end"(my top TextView), it works well but in another …

android textview ellipsis
android: LayoutParams for TextView makes the view disappear, programmatically

I've hit this from various different angles. Basically the gist is this: I've layed out a template in XML for …

android textview layoutparams