Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 978 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 978 Bytes

Android-Fade-EditText-View

This is a Simple Android Custom EditText which fade at the end when the text goes beyond the screen.

Android Arsenal

Inspired from this blog!

How To use

Add it to your build.gradle with:

repositories {
    maven { url "https://jitpack.io" }
}

and:

dependencies {
     compile 'com.github.maheswaranapk:Android-Fade-EditText-View:1.0'
}

In Layout xml,

<com.fadeedittext.FadeEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:singleLine="true"
        android:text="The quick brown fox jumps over the lazy dog."/>

Output

alt tag