AnimatedEditText

General

Category
Free
Tag
Forms
License
N/A
Min SDK
16 (Android 4.1 Jelly Bean)
Registered
Jan 14, 2018
Favorites
3
Link
https://github.com/Akashkamble/AnimatedEditText
See also
AndroidForms
Materialfields
SurveyKit
SSForms
FormBuilder

Additional

Language
Java
Version
1.0.0 (Dec 3, 2017)
Created
Dec 3, 2017
Updated
Dec 3, 2017 (Retired)
Owner
Akash Kamble (Akashkamble)
Contributor
Akash Kamble (Akashkamble)
1
Activity
Badge
Generate
Download
Source code

AnimatedEditText

Installation

Step 1: Add it in your root build.gradle at the end of repositories:

allprojects {
  repositories {
   ...
   maven { url 'https://jitpack.io' }
  }
 }

Step 2: Add the dependency

compile 'com.github.Akashkamble:AnimatedEditText:1.0.0'

How to use?

Add following code in your layout file

<com.animatededittext.AnimateEditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>

How to change line color?

Use following attribute to change line color

app:lineColor="<-COLOR->"

How to change animation

Use following attribut to change animation (default value is false)

app:animationFromStart="true"