Action:alter readme;
Description:修改Readme说明文件
This commit is contained in:
10
README-CN.md
10
README-CN.md
@@ -6,11 +6,11 @@
|
|||||||
<img src="https://img.shields.io/badge/license-Apache 2.0-green.svg?style=flat">
|
<img src="https://img.shields.io/badge/license-Apache 2.0-green.svg?style=flat">
|
||||||
[](https://android-arsenal.com/api?level=11)
|
[](https://android-arsenal.com/api?level=11)
|
||||||
|
|
||||||
## Demo
|
## 演示
|
||||||
防止输入溢出.
|
防止输入溢出.
|
||||||
<img src="/img/demo.gif" width="280px"/>
|
<img src="/img/demo.gif" width="280px"/>
|
||||||
|
|
||||||
## Features
|
## 特性
|
||||||
- [x] **继承EditText,可以当作EditText使用**
|
- [x] **继承EditText,可以当作EditText使用**
|
||||||
- [x] **防止输入溢出**
|
- [x] **防止输入溢出**
|
||||||
- [x] **自定义验证码位数**
|
- [x] **自定义验证码位数**
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
- [x] **高度自适配**
|
- [x] **高度自适配**
|
||||||
- [x] **属性自定义配置**
|
- [x] **属性自定义配置**
|
||||||
|
|
||||||
## Version
|
## 版本
|
||||||
名称|SlideMenuLayout
|
名称|SlideMenuLayout
|
||||||
---|---
|
---|---
|
||||||
最新版本|
|
最新版本|
|
||||||
|
|
||||||
## Configure
|
## 配置
|
||||||
#### Maven
|
#### Maven
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -85,6 +85,8 @@ compile 'com.justkiddingbaby:vercodeedittext:最新版本'
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 发布历史
|
## 发布历史
|
||||||
|
#### v1.0.1(2017/6/27)
|
||||||
|
1、修复点击后无法获取焦点问题.
|
||||||
#### v1.0.0(2017/6/12)
|
#### v1.0.0(2017/6/12)
|
||||||
1、发布VercodeEditText控件,防止输入溢出.
|
1、发布VercodeEditText控件,防止输入溢出.
|
||||||
2、封装demo.
|
2、封装demo.
|
||||||
|
|||||||
@@ -86,6 +86,8 @@ return|function name|instruction
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Release history
|
## Release history
|
||||||
|
#### v1.0.1(2017/6/27)
|
||||||
|
1、fix bug:can't get focus when the view is touched.
|
||||||
#### v1.0.0(2017/6/12)
|
#### v1.0.0(2017/6/12)
|
||||||
1、release VercodeEditText,Prevent input overflow.
|
1、release VercodeEditText,Prevent input overflow.
|
||||||
2、Encapsulation demo.
|
2、Encapsulation demo.
|
||||||
|
|||||||
Reference in New Issue
Block a user