Textview achieves the running headlight effect in listview

Source: Internet
Author: User

Textview add attributes:

Android: singleline = "true" indicates that the Android: ellipsize = "marquee" control is displayed when the text is too long. You can set the following values: "Start" -- ellipsis () at the beginning, "end" -- ellipsis () at the end, and "Middle" -- ellipsis () in the middle; "marquee" -- display by running horse lights (horizontal movement of animations) Android: marqueerepeatlimit = "marquee_forever" sets the number of repeated scrolling times when marquee is specified by ellipsize, if it is set to marquee_forever, the number of times is unlimited. You need to set onvertview. findviewbyid (R. Id. TV). setselected (true) IN THE setview method of the custom adapter );

Textview achieves the running headlight effect in listview

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.