{
    分享网正式开通,我们为大家提供免费资源,欢迎大家踊跃投稿!

Android中为图片添加阴影,阴影颜色来源于图片的主色

PaletteImageView

PaletteImageView可以动态的提取图片的主要颜色,并将颜色作为图片阴影的控件。Enjoy it O(∩_∩)O
 


 

build.gradle中引用

	compile 'com.dingmouren.paletteimageview:paletteimageview:1.0.0'

使用

 <com.dingmouren.paletteimageview.PaletteImageView
            android:id="@+id/palette2"
            android:layout_width="180dp"
            android:layout_height="180dp"
            app:cornerRadis="50dp"
            app:paletteSrc="@mipmap/yellow"          
            />

欢迎大家提Issues.


资源均来自第三方,谨慎下载,前往第三方网站下载


米微资源分享网 , 版权所有丨本站资源仅限于学习研究,严禁从事商业或者非法活动!丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:Android中为图片添加阴影,阴影颜色来源于图片的主色
喜欢 ()分享 (0)