TextView

android:id="@+id/tv_one"
android:text="@string/tv_one"
android:textColor="#FF000000"
android:textSize="30sp"
android:layout_width="match_parent"
android:layout_height="200dp"
android:shadowColor="@color/red"
android:shadowRadius="3.0"
android:shadowDx="10.0"
android:shadowDy="10.0"
android:singleLine="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:focusable="true"
android:focusableInTouchMode="true"
android:clickable="true"

 

posted @ 2023-03-17 19:38  会秃头的小白  阅读(15)  评论(0编辑  收藏  举报