Android TextView Marquee Effect-June 19, 2018

Source: Internet
Author: User

The first step is to add bold portions of the code to the layout:

<TextViewAndroid:id= "@+id/tv_company"Android:layout_width= "0DP"Android:layout_height= "Wrap_content"Android:layout_weight= "1" android:ellipsize= "marquee"  android:marqueerepeatlimit= " Marquee_forever "  android:singleline=" true " Android:textcolor= "@color/black_alpha80"Android:text= "Blue sky white clouds floating, under the white clouds horse run, waving whip son rang quartet, hundred birds Fly" />

The second step is in the code:

Tvcompany.settext (Applybean.getcompany ()); tvcompany.setselected (   true); Pay attention to this one, no words are not in effect

Bingo!

Android TextView Marquee Effect-June 19, 2018

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.