Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msandroid/MultiShapeView
支持圆角矩形,圆形自定义View
https://github.com/msandroid/MultiShapeView
circleimageview customview roundimageview
Last synced: 22 days ago
JSON representation
支持圆角矩形,圆形自定义View
- Host: GitHub
- URL: https://github.com/msandroid/MultiShapeView
- Owner: CatTalk2
- Created: 2017-04-16T14:27:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T06:59:32.000Z (over 7 years ago)
- Last Synced: 2024-08-04T00:07:10.953Z (4 months ago)
- Topics: circleimageview, customview, roundimageview
- Language: Java
- Size: 605 KB
- Stars: 36
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-android-ui - MultiShapeView - 支持圆角矩形圆形自定义View (其他)
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.
```---