安卓开发跑马灯文字

    xiaoxiao2021-09-16  59

    上代码,效果自己撸

    <TextView android:id="@+id/menu_desc" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="万点通可以免费帮您开通的一个专属的微信商城,帮助您和现有客户有一个线上交流媒介,同时门店进驻万点通店店圈APP,将更多线上客户引流到门店,实现线上线下同步营销。" android:textColor="#f0f" android:textSize="22dip" android:singleLine="true" android:ellipsize="marquee" android:focusable="true" android:focusableInTouchMode="true" android:scrollHorizontally="true" android:marqueeRepeatLimit="marquee_forever" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:background="#eee"/>
    转载请注明原文地址: https://ju.6miu.com/read-677640.html

    最新回复(0)