Android提取圖片的主要顏色作爲圖片陰影的控件

PaletteImageView:自定義的控件,可以爲圖片增加陰影效果,自定義圖片圓角的角度(0-180)

導包:

    compile 'com.dingmouren.paletteimageview:paletteimageview:1.0.1'

佈局文件:

<com.dingmouren.paletteimageview.PaletteImageView
            android:id="@+id/palette1"
            android:layout_width="180dp"
            android:layout_height="180dp"
            app:paletteSrc="@mipmap/hai" />

設置圓角度數:

paletteImageView1.setCornerRadius(180);

發佈了35 篇原創文章 · 獲贊 11 · 訪問量 4萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章