I know this is so easy (doh…) but I am looking for a way to run a method on tapping or clicking a TextView line of text in an...
I have a textview and want its corner to be in round shape. I already know it can be done using android:background="@drawable/somefile". In my case, this tag is already...
Possible Duplicate: Android – shadow on text? How can i make shadow effect text in a TextView. Any Idea? 4 Answers 4
I have to switch between two layouts frequently. The error is happening in the layout posted below. When my layout is called the first time, there doesn’t occur any...
I’m trying to dynamically create TableRow objects and add them to a TableLayout. The TableRow objects has 2 items, a TextView and a CheckBox. The TextView items need to...
I have an object where the text cycles and displays status messages. When the messages change, I want the click event of the object to change to take you...
Is it possible to set the color of just span of text in a TextView? I would like to do something similar to the Twitter app, in which a...
If I assign an integer value to change a certain text size of a TextView using java code, the value is interpreted as pixel (px). Now does anyone know...
Background Many times we need to auto-fit the font of the TextView to the boundaries given to it. The problem Sadly, even though there are many threads and posts...
I have a TextView in my application. I want to align the text in it to the right. I tried adding: android:gravity="right" But this doesn’t work for me. What...