Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/CatTalk2/MultiShapeView

支持圆角矩形,圆形自定义View
https://github.com/CatTalk2/MultiShapeView

circleimageview customview roundimageview

Last synced: about 21 hours ago
JSON representation

支持圆角矩形,圆形自定义View

Lists

README

        

# MultiShapeView
支持圆形、圆角矩形、带边框的自定义View

知乎专栏:[实现自定义圆形、圆角矩形View](https://zhuanlan.zhihu.com/p/26395042)

![自定义圆形、圆角矩形View](https://github.com/msandroid/MultiShapeView/blob/master/preview.jpg)

## Quick start

源码比较简单,直接参考或者引入源码,可根据需要进行扩展:[MultiShapeView](https://github.com/msandroid/MultiShapeView/blob/master/app/src/main/java/com/debugcat/multishapeview/widget/MultiShapeView.java)

## About Me

知乎专栏:[Android View那些事](https://zhuanlan.zhihu.com/androidview)

豆瓣专栏:[Android源码解析录](https://read.douban.com/column/5004688/)

CSDN博客:[Debug的猫](http://blog.csdn.net/qwm8777411)

新浪微博:[Debug的猫](http://weibo.com/3237423474/profile?topnav=1&wvr=6)

微信公众号:(主要分享Android View相关,有时也聊聊开发者的日常)

![Debug的猫](https://github.com/msandroid/MultiShapeView/blob/master/weixin.jpg)

## License

```
Copyright 2017 msandroid
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

---