Skip to content

通过自定义属性来设置图片的圆形, 圆角, 边框,及边框颜色

Notifications You must be signed in to change notification settings

AndyFightting/Android_RoundImageView

Repository files navigation

Android_RoundImageView

通过自定义属性来设置图片的圆形, 圆角, 边框,及边框颜色。

<com.suguiming.android_roundimageview.RoundImageView
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:src="@mipmap/round_test"
        android:layout_width="100dp"
        android:layout_height="100dp"
        app:imageType="corner_image"
        app:borderColor="@color/purple"
        app:border="10dp"
        app:cornerRadius="10dp" />
        

image

About

通过自定义属性来设置图片的圆形, 圆角, 边框,及边框颜色

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages