Top "Textview" questions

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

Remove an onclick listener

I have an object where the text cycles and displays status messages. When the messages change, I want the click …

android onclick textview listener
How to set the part of the text view is clickable

I have the text "Android is a Software stack". In this text i want to set the "stack" text is …

android string textview clickablespan
How do I add a bullet symbol in TextView?

I have a TextView and I want to add a bullet symbol in my text through XML. Is it possible?

android android-layout special-characters textview
How to add a TextView to a LinearLayout dynamically in Android?

I try to add a TextView to a LinearLayout dynamically such as in the following code, but it doesn't appear …

android textview android-linearlayout
Single TextView with multiple colored text

As the title says, I want to know is it possible to achieve two different colored characters in a single …

android textview
Android Transparent TextView?

Simply, how to make a TextView transparent? (Not full transparency) I searched the docs and the StackNetwork and couldn't find …

android transparency transparent textview
Android: Creating a Circular TextView?

My current simple XML is below, however i would like the 3 TextViews within it to be circular, rather than rectangular. …

java android textview xml-layout
TextView Marquee not working

I have tried to use marquee and its not working here is my code, please let me know where im …

android textview
Placing a textview on top of imageview in android

I have a listview, that has a single imageview which is scrollable vertically I am trying to place a textview …

android textview android-imageview
Setting width to wrap_content for TextView through code

Can anyone help me how to set the width of TextView to wrap_content through code and not from XML? …

android textview