咸鱼

咸鱼是以盐腌渍后,晒干的鱼

0%

Android TextView跑马灯

1
2
3
4
5
6
7
8
9
10
11
12
13
14

<TextView
android:id="@+id/tv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="你好测试用例啊啊啊啊啊"
android:fontFamily="@font/square_pixel_16"
android:textSize="200sp"
android:singleLine="true"
android:scrollHorizontally="true"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:marqueeRepeatLimit="marquee_forever"/>