Displays text to the user and optionally allows them to edit it. A TextView is a complete text editor, however the basic class is configured to not allow editing
84
votes
6answers
67k views
How do I center text horizontally and vertical in a TextView in Android?
How do I center text horizontally and vertical in a TextView in Android? So that it appears exactly in the middle of the screen.
67
votes
5answers
36k views
Is it possible to have multiple styles inside a TextView?
I was wondering if its possible to set multiple styles for different pieces of text inside a TextView. For instance, I am setting the text as follows:
descbox.setText(line1 + "\n" + line2 + "\n" + ...
41
votes
5answers
25k views
Making TextView Scrollable in Android
I am displaying text in a textview that appears to be too long to fit
into one screen. I need to make my TextView scrollable. How can i do
that? Here is the code
final TextView tv = new ...
41
votes
5answers
52k views
android TextView: setting the background color dynamically doesn't work
Setting the background color programatically of an android TextView doesn't seem to work.
I'm I missing something!
TextView et = new TextView(activity);
et.setText("350");
...
32
votes
8answers
11k views
Auto Scale TextView Text to Fit within Bounds
I'm looking for an optimal way to resize wrapping text in a TextView so that it will fit within its getHeight and getWidth bounds. I'm not simply looking for a way to wrap the text- I want to make ...
29
votes
11answers
37k views
Android TextView Justify Text
How do you get the text of a TextView to be Justified (with text flush on the left- and right- hand sides)?
I found a possible solution here, but it does not work (even if you change vertical-center ...
25
votes
9answers
17k views
android ellipsize multiline textview
I need to ellipsize multiligne textview. My component is large enough to display at least 4 lines with the ellipse, but only 2 lines are displayed. I tried to change the minimum and maximum number of ...
23
votes
7answers
12k views
Is there a way to make ellipsize=“marquee” always scroll?
I want to use the marquee effect on a TextView, but the text is only being scrolled when the TextView gets focus. That's a problem, because in my case, it can't.
I am using:
...
22
votes
4answers
22k views
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 runnable C in a new thread. I have a TextView in activity A, which I want to access in thread C. ...
20
votes
8answers
9k views
How to adjust text font size to fit textview
Is there any way in android to adjust the textsize in a textview to fit the space it occupies?
E.g. I'm using a TableLayout and adding several textviews to each row. Since I don't want the textviews ...
17
votes
7answers
17k views
How do I add a newline to a TextView in Android?
When I define in a TextView in XML, how do I add new line to it? \n seams to not work.
<TextView
android:id="@+id/txtTitlevalue"
android:text="Line1: \n-Line2\n-Line3"
...
15
votes
6answers
12k views
Ellipsize not working for textView inside custom listView
I have a listView with custom objects defined by the xml-layout below. I want the textView with id "info" to be ellipsized on a single line, and I've tried using the attributes
...
14
votes
5answers
24k views
How to set text color of TextView by coding?
In XML, We can set text color by textColor Attribute. Like android:textColor="#FF0000".
But How do I change it by coding?
I tried something like:
holder.text.setTextColor(R.color.Red);
Where ...
14
votes
4answers
15k views
14
votes
11answers
18k views
Android TextView Text not getting wrapped
Can any one tell me whats going wrong with the text, text exceeds then one line not getting wrap to next line going beyond the screen.
Following is the code
<LinearLayout ...
13
votes
2answers
8k views
Set the layout weight of a TextView programmatically
I'm trying to dynamically create TableRow objects and add them to a TableLayout. The TableRow objects have 2 items, a TextView and a CheckBox. The TextView items need to have their layout weight set ...
13
votes
3answers
9k views
Highlighting Text Color using Html.fromHtml() in Android?
I am developing an application in which there will be a search screen
where user can search for specific keywords and that keyword should be
highlighted. I have found Html.fromHtml method.
But I will ...
12
votes
4answers
318 views
How do I fix Html.fromHtml link focus visibility problems (in ICS and Honeycomb)?
To get a TextView to display (and act friendly with) Html strings my code looks something like:
// itemHtml is a String of HTML defined above
TextView itemContent = (TextView) ...
12
votes
5answers
17k views
handle textview link click in my android app
I'm currently rendering HTML input in a TextView like so:
tv.setText(Html.fromHtml("<a href='test'>test</a>"));
The HTML being displayed is provided to me via an external resource, so I ...
11
votes
6answers
63k views
how to change text in android TextView
i tried to do this:
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
t=new TextView(this);
...
10
votes
3answers
12k views
How to click or tap on a TextView text
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 Android App.
I keep thinking about button listeners and anonymous ...
10
votes
5answers
4k views
Android textview outline text
Is there a simple way to have text be able to have a black outline? I have textviews that will be different colors, but some of the colors don't show up on my background so well, so I was wondering if ...
9
votes
5answers
406 views
TextView gravity not working with Hebrew
I have TextView on Hebrew that i want to be on the right side, so i'm doing
<TextView....
android:gravity="right"
</TextView>
On some phones it will be aligned to right and on some ...
9
votes
2answers
6k views
Android: TextView automatically truncate and replace last 3 char of String
If a String is longer than the TextView's width it automatically wraps onto the next line. I can avoid this by using android:singleLine (deprecated) or by setting android:inputType="text". What I now ...
9
votes
4answers
10k views
Vertical (rotated) label in Android
I need 2 ways of showing vertical label in Android:
Horizontal label turned 90 degrees counterclockwise (letters on the side)
Horizontal label with letters one under the other (like a store sign)
...
8
votes
7answers
353 views
TextView Within Gallery
i have scrollable TextView and Gallery
when i enable the onTouchEvent for the TextView, i cant navigate throught the Gallery
and if i disable the onTouchEvent, i can scroll right and left throught the ...
8
votes
1answer
405 views
How to handle the “paste” event in Android 3.0(Honeycomb)?
I have a customized EditText, which need to do customized "paste".
I overrode onTextContextMenuItem(int id) to handle "paste" requested by selecting context menu.
@Override
public boolean ...
8
votes
2answers
711 views
Android: How to wrap text by chars? (Not by words)
For instance:
This is foo text for wrapping text in TextView
The way that TextView wraps is:
This is foo text for
wrapping text in ...
I want this:
This is foo text for wr
apping text in ...
8
votes
1answer
1k views
Is there a way to style a TextView to uppercase all of it's letters?
I would like to be able to assign a xml attribute or style to a TextView that will make whatever text it has in ALL CAPITAL LETTERS.
The attributes android:inputType="textCapCharacters" and ...
8
votes
1answer
6k views
TextView.setTextSize behaves abnormally
Calling TextView.setTextSize is working abnormally. Right after the call to setTextSize if we get a getTextSize its returning a much higher value that what we set it to earlier.
Here's what we're ...
8
votes
5answers
5k views
Is it possible to display inline images from html in an Android TextView?
Given the following HTML:
<p>This is text and this is an image <img src="http://www.example.com/image.jpg" />.</p>
Is it possible to make the image render? When using this snippet: ...
8
votes
3answers
21k views
Android TextView Timer
For my Android application there is a timer that measures how much time has passed. Ever 100 milliseconds I update my TextView with some text like "Score: 10 Time: 100.10 seconds". But, I find the ...
7
votes
2answers
162 views
TextView setScaleX()/setScaleY() and setTextIsSelectable(true) selection
I have TextView and want to use setScaleX()/setScaleY() to make the text zoomable. But when I try to select some text by calling someTextView.setTextIsSelectable(true); and TextView has zoom other ...
7
votes
3answers
5k views
Android and displaying multi-lined text in a TextView in a TableRow
I'm displaying a TableLayout with rows as follows:
<?xml version="1.0" encoding="utf-8"?>
<TableRow
xmlns:android="http://schemas.android.com/apk/res/android"
...
7
votes
5answers
4k views
Android: TextView: Remove spacing and padding on top and bottom
When I have a TextView with a \n in the text,, on the right I have two singleLine TextViews, one below the other with no spacing in between. I have set the following for all three TextViews.
...
7
votes
1answer
2k views
Remove underline from links in TextView - Android
i am using 2 textview to display links from database, i managed to change link colors but i want to remove underline
email.setText(c.getString(5));
website.setText(c.getString(6));
...
7
votes
1answer
3k views
Indent bullet list in TextView
I have a TextView which I fill with text from a string resources in strings.xml. The string resource contains < li > elements to create a bullet list inside the TextView. My problem is that I want ...
7
votes
1answer
8k views
7
votes
2answers
3k views
How can you display upside down text with a textview in Android?
How can you display upside down text with a textview in Android?
In my case I have a 2 player game, where they play across from each other. I want to display test to the second player oriented to ...
7
votes
2answers
3k views
Scaling textSize in a TextView
Say I have a TextView of a particular size (doesn't really matter what... fill_parent, 20dip, whatever). Is it possible to tell the text to shrink/grow in size to fit the available space without doing ...
7
votes
1answer
2k views
Syntax Highlighting in Cocoa TextView? Experiences? Suggestions? Ideas? [closed]
Possible Duplicate:
Syntax coloring for Cocoa app
I'm interested in syntax highlighting in a Cocoa TextView.
I found several resources:
approach with flex, via a flex pattern matched ...
6
votes
3answers
85 views
Get current visible text in textview
I have a long passage in a TextView which is wrapped around by ScrollView. Is there any way to find the current visible text?
I can find the number of lines, line height in textview and also scrollx ...
6
votes
1answer
79 views
How to influence linebreak in Android Textview
I have an Appwidget displaying days until an event like:
eventname (-231 days)
If possible I want to display this String in one line.
If the eventname is too long I want to display the full term ...
6
votes
1answer
1k views
TextView setTextColor() not working
I programmatically create a list (no a ListView, just adding them to the parent) of such elements:
<LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
...
6
votes
1answer
265 views
How can I create a textview that automatically changes it's font size to fit the space?
I am wondering how can I create or use if exists feature of TextView, to automatically change it's font size to fit the place.
Sometimes it should be larger if has space, and sometimes it should ...
6
votes
3answers
885 views
Italic TextView with wrap_contents seems to clip the text at right edge
<TextView android:id="@+id/prodLbl"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
...
6
votes
1answer
2k views
Android: How to use the Html.TagHandler?
I am trying to build an android application for a message board. To display formatted html for the post contents I have chosen the TextView and the Html.fromHtml() method. That, unfortunately, covers ...
6
votes
4answers
2k views
How to adjust line height in TextView with multiple type sizes?
I have a TextView that holds a Spannable string. The string contains a bunch of text, the first word of which is double the typesize as the rest of the string.
The problem is that the line spacing ...
6
votes
1answer
2k views
How to get a TextView in Android have Horizontal Scrolling and autoscrolled?
I want to have a simple TextView with horizontal scrolling, I know that I use HorizontalScrollview for that and I want the text to be autoscrolled continuously. Is that possible?
6
votes
1answer
23k views
how to change the font on the text view in android?
how to change the font in textview? as default its shown up as Arial. how to change it to helvetica?