Action:alter
Description:alter readme.md
This commit is contained in:
8
.idea/markdown-exported-files.xml
generated
Normal file
8
.idea/markdown-exported-files.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="MarkdownExportedFiles">
|
||||||
|
<htmlFiles />
|
||||||
|
<imageFiles />
|
||||||
|
<otherFiles />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
36
README-CN.md
36
README-CN.md
@@ -14,3 +14,39 @@
|
|||||||
- [x] **防止输入溢出**
|
- [x] **防止输入溢出**
|
||||||
- [x] **自定义验证码位数**
|
- [x] **自定义验证码位数**
|
||||||
- [x] **提供输入内容的监听器**
|
- [x] **提供输入内容的监听器**
|
||||||
|
- [x] **高度自适配**
|
||||||
|
- [x] **属性自定义配置**
|
||||||
|
|
||||||
|
## Version
|
||||||
|
名称|SlideMenuLayout
|
||||||
|
---|---
|
||||||
|
最新版本|
|
||||||
|
|
||||||
|
## Configure
|
||||||
|
#### Maven
|
||||||
|
```xml
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.justkiddingbaby</groupId>
|
||||||
|
<artifactId>vercodeedittext</artifactId>
|
||||||
|
<version>最新版本</version>
|
||||||
|
<type>pom</type>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
#### JCenter
|
||||||
|
第一步,添加至工程的build.gradle文件中
|
||||||
|
```gradle
|
||||||
|
repositories {
|
||||||
|
jcenter()
|
||||||
|
}
|
||||||
|
```
|
||||||
|
第二步,添加至module的build.gradle文件中
|
||||||
|
```gradle
|
||||||
|
compile 'com.justkiddingbaby:vercodeedittext:最新版本'
|
||||||
|
```
|
||||||
|
|
||||||
|
## 属性说明
|
||||||
|
属性|介绍|取值
|
||||||
|
---|---|---
|
||||||
|
|[figures](/vcedittext-lib/src/main/res/values/attrs.xml)|验证码位数|integer|
|
||||||
|
|[verCodeMargin](/vcedittext-lib/src/main/res/values/attrs.xml)|每个验证码的间隔|dimension|
|
||||||
|
|[bottomLineSelectedColor](/vcedittext-lib/src/main/res/values/attrs.xml)|底线选择状态下的颜色|reference|
|
||||||
36
README.md
36
README.md
@@ -15,3 +15,39 @@ Prevent input overflow.
|
|||||||
- [x] **Prevent input overflow**
|
- [x] **Prevent input overflow**
|
||||||
- [x] **Custom validation code length**
|
- [x] **Custom validation code length**
|
||||||
- [x] **Provide input value listener**
|
- [x] **Provide input value listener**
|
||||||
|
- [x] **Layout height is auto adjust**
|
||||||
|
- [x] **Attributes can be configured for customization**
|
||||||
|
|
||||||
|
## Version
|
||||||
|
name|SlideMenuLayout
|
||||||
|
---|---
|
||||||
|
latest|
|
||||||
|
|
||||||
|
## Configure
|
||||||
|
#### Maven
|
||||||
|
```xml
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.justkiddingbaby</groupId>
|
||||||
|
<artifactId>vercodeedittext</artifactId>
|
||||||
|
<version>the latest version</version>
|
||||||
|
<type>pom</type>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
#### JCenter
|
||||||
|
First. add to project build.gradle
|
||||||
|
```gradle
|
||||||
|
repositories {
|
||||||
|
jcenter()
|
||||||
|
}
|
||||||
|
```
|
||||||
|
Second. add to module build.gradle
|
||||||
|
```gradle
|
||||||
|
compile 'com.justkiddingbaby:vercodeedittext:the latest version'
|
||||||
|
```
|
||||||
|
|
||||||
|
## Attributes instruction
|
||||||
|
attribute|instruction|value
|
||||||
|
---|---|---
|
||||||
|
|[slideMode](/slidemenu/src/main/res/values/attrs.xml)|sliding mode|left right both none|
|
||||||
|
|[slidePadding](/slidemenu/src/main/res/values/attrs.xml)|the content view padding when slide menu is opened|dimension|
|
||||||
|
|[slideTime](/slidemenu/src/main/res/values/attrs.xml)|the time of slide menu open,the default value is 800ms|integer|
|
||||||
Reference in New Issue
Block a user