Android-Fade-EditText-View

Additional

Language
Java
Version
v1.0 (Mar 1, 2016)
Created
Feb 25, 2016
Updated
Mar 1, 2016 (Retired)
Owner
Mahes Sivakumar (maheswaranapk)
Contributor
Mahes Sivakumar (maheswaranapk)
1
Activity
Badge
Generate
Download
Source code

Android-Fade-EditText-View

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

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