Skip to content

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

License

Notifications You must be signed in to change notification settings

guidedways/Android-Fade-EditText-View

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%