Top "Textview" questions

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

Android make phone numbers clickable, autodetect

When I am using android on websites and reading emails, I notice that I can click on addresses to load …

java android sdk click textview
TextView programmatically Android

I have some problems creating a textView programmatically. I don't really know how to solve it. The problems are : -The …

android textview programmatically-created
Copy text from TextView on Android

I have a ListView where each item is a TextView. I want to enable the long press behaviour similar to …

android select copy contextmenu textview
Horizontal scrolling text in Android

I've been looking around for quite some time now, and I can't get a straight answer for my question. It's …

android text textview horizontal-scrolling
2 different colors for Text in same text view in android

I have a TextView widget, as shown below <TextView android:text="@string/inputText" android:layout_width="match_parent" android:…

android textview textcolor
Displaying a MS Word File in View(say TextView) in Android

I want to display a .docx file in a View in Android. The file has mathematical symbols and also images …

android ms-word textview rtf
Android: Using alignBaseline for an image following text

Below is a TextView followed by an ImageView contained in RelativeLayout. I'm trying to get the bottom of the image …

android android-layout android-imageview textview android-relativelayout
How to set Background of a TextView dynamically from Xml file

I have an xml file like below which I will use to set background for Textview: row.xml <?xml …

android textview xml-drawable
Android - prevent TalkBack from announcing TextView title aloud

I am developing an accessible android application where people would be using Explore by Touch and TalkBack accessibility services to …

android accessibility textview talkback
Android Linkify text - Spannable Text in Single Text View - As like Twitter tweet

I have a textView and text like "This is the Simple Text with KeyWord and the Link to browse" in …

android textview linkify spannablestring