From c8094539b118a44ca02dc1be5b11fa7a7bdc4a3b Mon Sep 17 00:00:00 2001 From: chaychan <844738237@qq.com> Date: Wed, 10 Jan 2018 15:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- library/src/main/res/values/attr.xml | 2 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8abae45..327a319 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,12 @@ - + + + #### 布局文件中配置 @@ -271,9 +273,14 @@ 打开app的module中的build.gradle,在dependencies{}中,添加依赖,如下: dependencies { - compile 'com.github.chaychan:BottomBarLayout:1.0.7' + compile 'com.github.chaychan:BottomBarLayout:1.0.7' //建议使用最新版本 } +最新发布的版本可以查看 + +[https://github.com/chaychan/BottomBarLayout/releases](https://github.com/chaychan/BottomBarLayout/releases) + + 好了,到这里BottomBarLayout的介绍就到此为止了,之所以封装这个控件主要是为了方便开发,希望可以帮助到更多人,如果大家有什么想法或者意见不妨向我提出,我会不断完善BottomBarLayout的。 diff --git a/library/src/main/res/values/attr.xml b/library/src/main/res/values/attr.xml index 3272e13..2194618 100644 --- a/library/src/main/res/values/attr.xml +++ b/library/src/main/res/values/attr.xml @@ -32,7 +32,9 @@ + + \ No newline at end of file -- GitLab