# ExpandableHintText **Repository Path**: JK_Joyce/ExpandableHintText ## Basic Information - **Project Name**: ExpandableHintText - **Description**: A Pretty EditText for Android - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ExpandableHintText A Customisable Pretty EditText Layout for Android [![](https://jitpack.io/v/thomhurst/ExpandableHintText.svg)](https://jitpack.io/#thomhurst/ExpandableHintText) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e6f3c4e528114f678c3feb970b140cbc)](https://www.codacy.com/app/thomhurst/ExpandableHintText?utm_source=github.com&utm_medium=referral&utm_content=thomhurst/ExpandableHintText&utm_campaign=Badge_Grade) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-Expandable%20Hint%20Texts-green.svg?style=flat )]( https://android-arsenal.com/details/1/7499 ) [![Android Weekly](https://img.shields.io/badge/Android%20Weekly-347-blue.svg)](http://androidweekly.net/issues/issue-347) ## Install Add Jitpack to your repositories in your `build.gradle` file ```groovy allprojects { repositories { // ... maven { url 'https://jitpack.io' } } } ``` Add the below to your dependencies, again in your gradle.build file ```groovy implementation 'com.github.thomhurst:ExpandableHintText:{version}' ``` ### On Click Animation ![](https://github.com/thomhurst/ExpandableHintText/blob/master/images/expandable-hinttext-gif.gif) ### Typing ![](https://github.com/thomhurst/ExpandableHintText/blob/master/images/expandable-hinttext-gif2.gif) ## Sample Code ### Light on Dark ```xml ``` ### Dark on Light ```xml ``` If you enjoy, please buy me a coffee :) Buy Me A Coffee