lixiaote / UnderLineTextView

可自定义下划线颜色和宽度的TextView

Home Page:http://blog.csdn.net/lixiaote/article/details/53313957

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnderLineTextView

sample

##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:long18826@gmail.com

blog:lixiaote's blog

About

可自定义下划线颜色和宽度的TextView

http://blog.csdn.net/lixiaote/article/details/53313957


Languages

Language:Java 100.0%