Android 段落分行背景TextView

项目名:ParagraphBgTextView

Android 段落分行背景TextView

How to use 如何使用

使用 JCenter 在项目的 build.gradle 中添加如下代码

  compile 'com.vita.widget:ParagraphBgTextView:1.0.0'

编译成功后,在layout xml文件加入,如下:

 <cn.vita.widget.paragraphbgtextview.ParagraphBgTextView
       android:layout_width="wrap_content"
       android:layout_height="wrap_content"
       android:lineSpacingExtra="4dp"
       android:textSize="18sp"
       android:text="窗前明月光\n疑似地下霜\n举头望明月\n低头思故乡"
       ParagraphBgColorTextView:paragraphBgColor="#FF0000" />

ParagraphBgColorTextView:paragraphBgColor 填写对应的颜色值

效果图

ParagraphBgTextView

源码

Github地址:https://github.com/pkeropen/ParagraphBgTextView

猜你喜欢

转载自blog.csdn.net/pkeropen/article/details/88994932