Top "Textview" questions

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

How do i set the style of a textView programmatically?

I'm creating a textView programmatically. Is there a way that i can set the style of this textView? Something similar …

android styles textview android-styles
Set font for all textViews in activity?

Is it possible to set the font for all the TextViews in a activity? I can set the font for …

android fonts textview typeface
Justify text in an Android app using a WebView but presenting a TextView-like interface?

I'm looking for a simple way to forget that I'm using a WebView to have justified text in my TextView. …

android webview textview text-alignment
How to set typeface for textview programmatically?

I am using textview in my application. In that I need to change the typeface for the textview programmatically. In …

android textview typeface
How can I detect a click on the ActionBar title?

For specific customer requirement, I need to allow the user of my app ( won't be published in Market) to click …

android onclick textview title android-actionbar
Set width of TextView in terms of characters

Really looking for an answer to this. Want to set the width of a TextView based on a number or …

android width textview
Change the text color of a single ClickableSpan when pressed without affecting other ClickableSpans in the same TextView

I have a TextView with multiple ClickableSpans in it. When a ClickableSpan is pressed, I want it to change the …

android layout textview textcolor
How to access original activity's views from spawned background service

I have an activity called A, and on the selection of menu item 0, it spawns service B, which starts a …

android user-interface pass-by-reference textview
Constrain drawableLeft and drawableRight's height to TextView's height

I have the following TextView: <TextView android:drawableLeft="@drawable/loading" android:layout_width="wrap_content" android:layout_height="wrap_…

android textview drawable
how to delete table row in table layout in android

void init() { intcolumnwidth1 = int_scr_wd*55; intcolumnwidth1 = intcolumnwidth1/100; for (int i = 0; i < strarr.length-1; i++) { strinarr = fun1.split(strarr[…

android textview tablelayout