Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 427 Bytes

Android-RoundImageView

Round image view for Android

How use this View:

Include this view on your layout

<com.quaksire.android.ui.RoundImageView android:layout_width="100dp" android:layout_height="100dp" android:src="@drawable/white_color"/>

<com.quaksire.android.ui.RoundImageView android:layout_width="200dp" android:layout_height="200dp" android:src="@drawable/wolf"/>