Popularity
1.4
Stable
Activity
0.0
Stable
21
3
6

Description

This library provides Google forms like animation to your EditTexts.

Programming language: Java
Latest version: v1.0.0

Animated-EditText alternatives and similar packages

Based on the "UI Widget" category.
Alternatively, view Animated-EditText alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Animated-EditText or a related project?

Add another 'UI Widget' Package

README

AnimatedEditText

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"