Android TextView Flexible use (reprint)

Source: Internet
Author: User

In the project has encountered such a process, such as the text "Wang Ming 10 years old", but the number 10 is the data returned from the network, and you want to write the text in XML, the past my practice is divided into 3 textview, to achieve stupidity. A solution was encountered today.

Set in String.xml

<name= "Age">%1$d </string> 

You can then set it up by:

Textview.settext (String.Format (mcontext.getstring (r.string.age), age));

  %n$ms: Represents the output of a string, n is the number of arguments, setting the value of M can place a space before the output 
%N$MD: Represents the output of an integer, n is the number of parameters, setting the value of M can be placed before the output space, or can be set to 0m, placed before the output m 0
%n$ MF: Represents the output of a floating-point number, n is the number of parameters, setting the value of M can control the scale, such as m=2.2, the output format is 00.00

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.