Android settings TextView display a specified number of characters, more than part of the display ... Method of (ellipsis) _android

Source: Internet
Author: User

This example describes the Android Setup TextView display specifies a number of characters, more than part of the display ... (ellipsis) method. Share to everyone for your reference, specific as follows:

First, the question:

Today in the company encountered a demand; TextView settings display up to 8 characters, more than part of the display ... (ellipsis)

Second, the solution:

On the internet to find a lot of information, some people said that set the TextView android:signature= "true", and set android:ellipsize= "end"; but I tried, and did not succeed, and finally try out a way as follows: for your reference

<textview
android:id= "@+id/tv"
android:layout_width= wrap_content "android:layout_height=" Wrap_
Content "
android:maxems="
android:singleline= "true"
android:ellipsize= "End"
/>

That is, the function is implemented by combining Android:maxems with the Android:singleline attribute.

More interested readers of Android-related content can view this site: "Introduction to Android Development and advanced Course", "Android Service Component Usage Summary", "Android Basic component Usage Summary" and "Android Control usage Summary"

I hope this article will help you with the Android program.

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.