安卓开发-TextView的字体循坏展示

来源:互联网 发布:留学生眼中的日本知乎 编辑:程序博客网 时间:2024/05/10 22:19
<TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:singleLine="true"
            android:ellipsize="marquee"
            android:marqueeRepeatLimit="marquee_forever"
            android:focusable="true"
            android:focusableInTouchMode="true"
            android:textColor="#F00"
            android:textSize="15sp"

            />


0 0
原创粉丝点击