small-tree / LineTextView

给定宽度,使文本适配宽度

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LineTextView

给定宽度,使textview 文本刚好填充宽度

原文 https://blog.csdn.net/qq_29163733/article/details/52154521 (修复了若干bug)

效果图

image

使用

只需要自定宽度,文本自动填充

<com.example.xianchao.linetextview.LineTextView
        android:layout_width="150dp"
        android:layout_height="wrap_content"
        android:text="我是五个字"/>

开元协议

我是协议

About

给定宽度,使文本适配宽度


Languages

Language:Java 100.0%