Top "Textview" questions

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

What does ellipsize mean in android?

I've added an EditText to my layout, and added a hint, and made it centered horizontally. When running the application, …

android android-layout textview
How to adjust text font size to fit textview

Is there any way in android to adjust the textsize in a textview to fit the space it occupies? E.…

android font-size textview
Android: TextView: Remove spacing and padding on top and bottom

When I have a TextView with a \n in the text,, on the right I have two singleLine TextViews, one …

android textview padding spacing
How to draw rounded rectangle in Android UI?

I need to draw a rounded rectangle in the Android UI. Having the same rounded rectangle for TextView and EditText …

android android-edittext textview
Change the Right Margin of a View Programmatically?

Can this attribute be changed dynamically in Java code? android:layout_marginRight I have a TextView, that has to change …

android layout textview
How to change letter spacing in a Textview?

How can i change letter spacing in a textview? Will it help if I have HTML text in it (I …

android textview typeface
How do you underline a text in Android XML?

How do you underline a text in an XML file? I can't find an option in textStyle.

android textview android-styles underline
Android TextView padding between lines

I have a TextView which displays a long text. I want to give some space between lines like in CSS …

android textview
To draw an Underline below the TextView in Android

I want to draw the underline below my TextView. I have searched a few content but couldn't find out anything …

android textview underline
dpi value of default "large", "medium" and "small" text views android

Does the documentation ( or anyone) talks about the dpi values of the default Large TextView {android:textAppearance="?android:attr/textAppearanceLarge"} …

android textview android-xml