文件名称:ShapeOfView:为任何android视图提供自定义形状,Material Design 2准备就绪
文件大小:11.99MB
文件格式:ZIP
更新时间:2024-02-22 02:06:22
android material custom view xml
ShapeOfView 将自定义形状赋予任何可用于Material Design 2的android视图 下载 // requires with AndroidX dependencies { implementation ' com.github.florent37:shapeofview:(lastest version) ' } // to use before AndroidX dependencies { implementation ' com.github.florent37:shapeofview:1.3.2 ' } 样品 您可以使用Shape Of View做些什么: 使用已实现的形状 ShapeOfView禁用视图的background属性,请指定一个具有背景的子级以启用它 < com .github.florent37.shapeofview.shapes.CircleView <FrameLayout android : background = " @color/blue " ShapeOfView带有预先创建的形状: