diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index bdb0cabc87cf50106df6e15097dff816c8c3eb34..0000000000000000000000000000000000000000
--- a/.gitattributes
+++ /dev/null
@@ -1,17 +0,0 @@
-# Auto detect text files and perform LF normalization
-* text=auto
-
-# Custom for Visual Studio
-*.cs diff=csharp
-
-# Standard to msysgit
-*.doc diff=astextplain
-*.DOC diff=astextplain
-*.docx diff=astextplain
-*.DOCX diff=astextplain
-*.dot diff=astextplain
-*.DOT diff=astextplain
-*.pdf diff=astextplain
-*.PDF diff=astextplain
-*.rtf diff=astextplain
-*.RTF diff=astextplain
diff --git a/.gitignore b/.gitignore
index c81986cbb899da46882e0e2d944c1bd8ce537532..c2892a188e06ba15c0e0ef3ee3d8eb81f2d42dd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,16 @@
+*.iml
.gradle
-/gradle
-/.idea
+.idea
/local.properties
+/.idea/caches
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+/.idea/navEditor.xml
+/.idea/assetWizardSettings.xml
+.DS_Store
/build
-/iml
-*.iml
-build
/captures
+.externalNativeBuild
+/entry/.preview
+.cxx
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..2df93e2eeb60bdce6f4b21f826da892cfba33593
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,4 @@
+### 0.0.1-SNAPSHOT
+ 支持一些关键字可以用下划线单击文本视图
+ 完整实现了源库全部API
+
diff --git a/README.OPENSOURCE b/README.OPENSOURCE
new file mode 100644
index 0000000000000000000000000000000000000000..477d8dc36454183c7496fac47d6838e420348f10
--- /dev/null
+++ b/README.OPENSOURCE
@@ -0,0 +1,17 @@
+[
+
+ {
+ "Name":"AutoSpannableTextView",
+
+ "License":"无",
+
+ "License File":"无",
+
+ "Version Number":"v1.0.1",
+
+ "Upstream URL":"https://github.com/wangshaolei/AutoSpannableTextView",
+
+ "Description":"支持一些关键词可以用下划线文本视图单击"
+ }
+
+]
\ No newline at end of file
diff --git a/README.md b/README.md
index c6df8482f07e20484fd4f7602bf7d9e26203d441..e35aab38a210b26fd1980c22e67912f50718fc26 100644
--- a/README.md
+++ b/README.md
@@ -1,67 +1,85 @@
-# AutoSpannableTextView
-Support some of the key words can be clicked with the underline TextView
-
-
-Step1:
-
-```xml
-
+
+#### 安装教程
+直接引入主界面即可使用
+
+#### 使用说明
+1. 在hml代码中,点击事件的目标元素添加自定义属性idx,绑定点击事件textClick
```
-
-
-Step2:
-
-```xml
- //style1
-