UnderLineTextView
UnderLineTextView copied to clipboard
可自定义下划线颜色和宽度的TextView
UnderLineTextView
##How To Use
1.Add the dependency
dependencies {
compile 'talon.com:underlineText:1.0.0'
}
2.Add UnderLineTextView to you layout
<talon.com.underlineText.UnderLineTextView
android:id="@+id/tv_underline"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/app_string"
app:underlineWidth="2dp"
app:underlineColor="@color/colorAccent"
/>
Contact me
gmail:[email protected]
blog:lixiaote's blog