Top "Textview" questions

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

getDimension()/getDimensionPixelSize() - mutliplier issue

So I have android 2.3.5 device which is NORMAL/HDPI. I have a dimens.xml in my project: ... <dimen name="…

android textview dimensions
Autolink inside a TextView in android

How to give autolink for some part of textview ? For example : My text inside TextView is "Please click here to …

android textview autolink
Android - Center Textview in LinearLayout

I am trying to center a TextView in a LinearLayout and it is centering horizontaly but not vertically. below is …

android xml textview gravity
Android setText / R.string / values

I am having trouble with setting text in a text view with format and multiple values. holder.car.setText(R.…

android textview settext
Android set degree symbol to Textview

How can I set the degree symbol to a TextView in Android?

java android textview symbols
Android - Add textview to layout when button is pressed

So right now I have a text field with a button (add+) below it. I would like to make it …

android textview textfield
Changing TextView Opacity in Android

So I'm trying to dynamically change the opacity of a TextView in my android app. I have a seekbar and …

android textview opacity seekbar
Android and &nbsp; in TextView

is it possible to add &nbsp; in TextView? Has anyone achieved similar functionality? I want to have non-breakable space …

android textview
How to make text glow?

Can we apply glowing effect to any text like shown below: Updated: Please also tell me what things i need …

android user-interface graphics textview
Android TextView drawable, change padding between drawable and text?

I am creating a TextView with a drawable underneath, in a GridLayout. I want to bring the drawable to the …

android textview drawable padding