文件名称:Android代码-ShapeOfView
文件大小:11.99MB
文件格式:ZIP
更新时间:2022-08-26 22:02:43
Android代码
ShapeOfView Give a custom shape to any android view Useful for Material Design 2 Download //requires with AndroidX dependencies { implementation 'com.github.florent37:shapeofview:(lastest version)' } //to use before AndroidX dependencies { implementation 'com.github.florent37:shapeofview:1.3.2' } Sample What you can do with Shape Of View : Use implemented shapes ShapesOfView came with pre-created shapes : Circle <!-- YOUR CONTENT --> RoundRect