How to display text of different colors in a TextView, textview color text

Source: Internet
Author: User

How to display text of different colors in a TextView, textview color text

In the weipinhui app, we can see that some text controls in it can display texts of different colors. This effect looks pretty good. First:


In fact, a TextView control is used to display the text. The text content is implemented in html format. The Code is as follows:

Text. setText (Html. fromHtml ("<font color = \ '#858585 \'> if you have any questions before purchasing, please use: </font> <font color = \ '# f02387 \'> <U> shopping consulting </U> </font> "));
Text is the TextView control. Its content is formatted from the following html. A simple code can achieve the desired effect.


Android development: how to set the text and background colors of textView statically and dynamically? Beginners do not know what to fill in details

Static is to fill in the attributes in the visualized Graphical Layout.
TextView1.TextColor (text color)
TextView1.Background (background color)
In @ android, all defined color values are automatically displayed.
For example, @ android: color/holo_blue_bright
Dynamic is set color in the program
Import android. graphics. Color;

TextView1.setTextColor (Color. RED );
TextView1.setBackgroundColor (Color. RED );

Android has multiple la s in the GridView. You need to change the text or color of one of the textviews in its onItemClick method, which has no effect.

When you find the textview, you need to find it based on the GridView or the layout you place. It is better to break a few breakpoints and follow it at a Glance. Many people have made this mistake, is it a null pointer exception?

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.