android TextView限制文字长度超过显示省略号

    技术2022-07-10  167

    <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="cente" android:text="android TextView限制文字长度超过显示" android:textColor="#ffff6d00" android:maxLength="15" android:lines="1" android:ellipsize="end" android:textSize="10sp" />

    android:ellipsize=“end” // 省略号在文字后面

    Processed: 0.014, SQL: 12