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

https://github.com/willing-xyz/customview

自定义View
https://github.com/willing-xyz/customview

Last synced: about 2 months ago
JSON representation

自定义View

Awesome Lists containing this project

README

        

# CustumView
自定义View

## CircleImageView

把图片显示为圆形。

![](./screenshots/CircleImageView.png)

属性如下:

```
// 边框宽度

// 边框颜色

// 图片资源

// 半径(View的大小=radius+border_width/2)

```