碰到 点问题
一行 都没效果 不知道 是不是我手机系统的问题
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="@string/fuck"
>
</TextView>