Skip to content

LeonXtp/FillWidthTextView

Repository files navigation

FillWidthTextView

经常会有一些填写表单页面之类的需求,比如像这样:

难看的TextView

很难将它们的宽度和间隔调整到一致。

本控件就是为了解决这个问题,效果如下:

漂亮的TextView

使用很简单,只需要给它指定一个宽度就好了:

    <com.leonxtp.library.FillWidthTextView
        android:id="@+id/tvName"
        android:layout_width="100dp"
        android:layout_height="wrap_content"
        android:background="#afa6a6"
        android:text="姓名:" />

不要费时地去计算用多少个空格占位符了

&#32; &#160; &#12288; &#8194; &#8195; &#8197;

Oh, no~

Enjoy~

License


MIT

About

一个均匀地铺满指定宽度的TextView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages