https://github.com/willing-xyz/customview
自定义View
https://github.com/willing-xyz/customview
Last synced: about 2 months ago
JSON representation
自定义View
- Host: GitHub
- URL: https://github.com/willing-xyz/customview
- Owner: Willing-Xyz
- Created: 2016-03-12T09:34:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-12T09:57:09.000Z (about 9 years ago)
- Last Synced: 2025-01-29T19:12:06.389Z (3 months ago)
- Language: Java
- Size: 619 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustumView
自定义View## CircleImageView
把图片显示为圆形。

属性如下:
```
// 边框宽度
// 边框颜色// 图片资源
// 半径(View的大小=radius+border_width/2)
```