Skip to content

Commit 8ddf110

Browse files
authored
Update README.md
1 parent f25be6f commit 8ddf110

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
通过封装GradientDrawable、StateListDrawable 、LayerDrawable 代替每次都需要创建一个shape.xml的不便,一定程度上也可以减少apk体积,并且使用简单。
1+
2+
通过封装GradientDrawable、StateListDrawable 、LayerDrawable 代替每次都需要创建一个shape.xml的不便,一定程度上也可以减少apk体积,并且使用简单。
3+
4+
![Wercker](https://img.shields.io/wercker/ci/wercker/docs.svg)
5+
[![](https://jitpack.io/v/DrownCoder/SupperShape.svg)](https://jitpack.io/#DrownCoder/SupperShape)
6+
![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)
7+
8+
9+
基于此项目拓展的多功能[EastTextView](https://github.com/DrownCoder/EasyTextView)以开源,欢迎使用
210

311
## 功能
412
* 不用再写shape.xml文件了!!!
@@ -208,3 +216,20 @@ public LayerBuilder Bottom(int index, int px)
208216
public LayerBuilder setInset(int index,int left,int top,int right,int bottom)
209217
```
210218
3.build(View)即可
219+
220+
### License
221+
```
222+
Copyright 2017 [DrownCoder]
223+
224+
Licensed under the Apache License, Version 2.0 (the "License");
225+
you may not use this file except in compliance with the License.
226+
You may obtain a copy of the License at
227+
228+
http://www.apache.org/licenses/LICENSE-2.0
229+
230+
Unless required by applicable law or agreed to in writing, software
231+
distributed under the License is distributed on an "AS IS" BASIS,
232+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
233+
See the License for the specific language governing permissions and
234+
limitations under the License.
235+
```

0 commit comments

Comments
 (0)