打字机效果

TyperEditText

项目地址: andyxialm/TyperEditText
简介:打字机效果

 

Typerwriter

Usage

Gradle

Step 1. Add the JitPack repository to your build file
allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}
Step 2. Add the dependency
dependencies {
    compile 'com.github.andyxialm:TyperEditText:1.0.0'
}

Maven

Step 1. Add the JitPack repository to your build file

    
        jitpack.io
        https://jitpack.io
    

Step 2. Add the dependency

    com.github.andyxialm
    TyperEditText
    1.0.0

Edit your layout XML:

你可能感兴趣的:(Android,自定义控件进阶)