Skip to content

A no-boring edittext that have a nice zoom out animation while typing

Notifications You must be signed in to change notification settings

anoop44/AwesomeEditText

Repository files navigation

AwesomeEdittext

Download API Android Arsenal

AwesomeEdittext is a better Edittext with a cool character zoom out animation while typing gif of AwesomeEdittext

Adding to project

Gradle

Add below code to your root build.gradle file (if you have multiple modules and only one of them require AwesomeEditText, add the jcenter() repository only in that module's build.gradle).

allprojects {
    repositories {
        jcenter()
    }
}

And add the following dependency code to your module's build.gradle file.

dependencies {
    implementation "ss.anoop:awesome-edittext:${latest-version}"
}

AwesomeEdittext can be included in your layout xml like any other view. Below is a simple example

Usage

<ss.anoop.awesomeedittext.AwesomeEditText
        android:id="@+id/amount_input"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:animationDuration="500"/>

Find this library useful? ❤️

Support it by joining stargazers for this repository. ⭐

License

Copyright 2020 anoop44 (Anoop)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A no-boring edittext that have a nice zoom out animation while typing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages