A Pretty EditText for Android
ExpandableHintText
项目地址:thomhurst/ExpandableHintText
简介:A Pretty EditText for Android
标签:
A Customisable Pretty EditText Layout for Android
Install
Add Jitpack to your repositories in your build.gradle
file
allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
Add the below to your dependencies, again in your gradle.build file
implementation 'com.github.thomhurst:ExpandableHintText:{version}'