frist commit

This commit is contained in:
吃苹果的猫
2017-11-02 10:40:37 +08:00
3 changed files with 66 additions and 0 deletions

58
.gitignore vendored
View File

@@ -1,3 +1,4 @@
<<<<<<< HEAD
*.iml *.iml
.gradle .gradle
/local.properties /local.properties
@@ -7,3 +8,60 @@
/build /build
/captures /captures
.externalNativeBuild .externalNativeBuild
=======
# Built application files
*.apk
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/dictionaries
.idea/libraries
# Keystore files
*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
google-services.json
# Freeline
freeline.py
freeline/
freeline_project_description.json
>>>>>>> 476e64e4a7cfc46eaec5bc2726fcf51c917acf0f

6
.idea/vcs.xml generated Normal file
View 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>

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# VerificationCodeView
Android 自定义方形输入框,仿滴滴验证码、小篮单车验证码输入框