Skip to content

lichao315/RoundImageView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RoundImageView

##Usage

<com.vincent.roundimageview.view.RoundImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:src="@mipmap/image"
    app:type="circle" />

<com.vincent.roundimageview.view.RoundImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginTop="10dp"
    app:radius="20dp"
    app:src="@mipmap/image"
    app:type="round" />

<com.vincent.roundimageview.view.RoundImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginTop="10dp"
    app:radius="35dp"
    app:src="@mipmap/image"
    app:type="round" />
##Example ![Running Effect](https://github.com/lichao315/RoundImageView/blob/master/roundimageview/example.png)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages