首页

源码搜藏网

首页 > 安卓源码 > 控件分类 > 图片ImageView >

定制的Android形部件的ImageView

创建时间:2016-08-15 14:38  

定制的Android形部件的ImageView
定制的Android形部件的ImageView
暂无演示 立即下载

提供了一组定制的Android形部件的ImageView,以及一个框架来定义更多的形状。同时实现了着色器位图蒙版基于图像的意见。

聊天泡泡图片 外形图片浏览

有很多项目实现在线这样的组件,但这个项目的一个目标是提供一个高性能/平滑滚动图像视图组件框架来定义不同形状的imageviews。

对于回收视图,如ListView控件GridView控件,请使用基于着色器实现使用。

在Play商店应用程序示例

YouTube视频

如何使用

摇篮依赖性:

编译 com.github.siyamed:Android的形状ImageView的:0.9 + @ AAR 

基于着色器的ImageView

BubbleImageView

Android的泡泡的ImageView

< com .github.siyamed.shapeimageview.BubbleImageView
     android : layout_width = " match_parent "
     android : layout_height = " match_parent "
     android : src = " @drawable/neo "
     app : siArrowPosition = " right "
     app : siSquare = " true " />

属性:

RoundedImageView

Android的圆角矩形的ImageView

< com .github.siyamed.shapeimageview.RoundedImageView
     android : layout_width = " match_parent "
     android : layout_height = " match_parent "
     android : src = " @drawable/neo "
     app : siRadius = " 6dp "
     app : siBorderWidth = " 6dp "
     app : siBorderColor = " @color/darkgray "
     app : siSquare = " true " />

属性:

CircularImageView

Android的通知ImageView的

< com .github.siyamed.shapeimageview.CircularImageView
     android : layout_width = " match_parent "
     android : layout_height = " match_parent "
     android : src = " @drawable/neo "
     app : siBorderWidth = " 6dp "
     app : siBorderColor = " @color/darkgray " />

属性:

ShapeImageView

这种观点有处理规定的SVG文件(一组有限的SVG元素),构建能力 路径对象,并绘制它的着色器。该库包括定义一组基本的形状和使用这些文件ShapeImageView子类的SVG文件。你可以用你想拥有一个美好的,创造性形状的图像应用程序中的任何SVG。所包含的SVG文件正在库/ src目录/主/资源/原材料

DiamondImageView PentagonImageView HexagonImageView
Android的钻石的ImageView Android的五角大楼的ImageView Android的六角ImageView的
OctogonImageView StarImageView HeartImageView
Android的八边形的ImageView Android的入门ImageView的 Android的心的ImageView
< com .github.siyamed.shapeimageview.{ClassName}
     android : layout_width = " match_parent "
     android : layout_height = " match_parent "
     android : layout_margin = " 8dp "
     android : src = " @drawable/neo "
     app : siBorderWidth = " 8dp "
     app : siBorderColor = " @color/darkgray " />

属性:

所支持的SVG元素是:长方形圆形, 椭圆形多边形路径转换对这些元件也被支持。

该系统中的SVG文件转换成路径。对于每一个元素,包括父元素<svg>创建一个新的路径,所有的孩子路径的被加入到他们的父路径。

图蒙版基于ImageViews

该视图使用位图口罩额外位图。因此,这将是很好的回收,以便使用它们非常自定义形状,可能并非如此。

Android的星形的ImageView

< com .github.siyamed.shapeimageview.mask.PorterShapeImageView
     android : layout_width = " match_parent "
     android : layout_height = " match_parent "
     app : siShape = " @drawable/star "
     android : src = " @drawable/neo "
     app : siSquare = " true " />

Android的星形的ImageView

< com .github.siyamed.shapeimageview.mask.PorterShapeImageView
     android : layout_width = " match_parent "
     android : layout_height = " match_parent "
     app : siShape = " @drawable/shape_rounded_rectangle "
     android : src = " @drawable/neo "
     app : siSquare = " true " />

上一篇:Android广告图片轮播控件,支持无限循环和5种主题
下一篇:一个Android转换库提供了多种滑翔图像转换

相关内容

热门推荐