All Projects → zcweng → RoundImageView

zcweng / RoundImageView

Licence: other
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language

RoundImageView

Usage

xmlns:app="http://schemas.android.com/apk/res-auto"
<com.zcw.widget.CircleImageView
    android:layout_width="120dp"
    android:layout_height="120dp"
    android:clickable="true"
    android:src="@drawable/image1"
    app:borderColor="#fff"
    app:borderWidth="2dp"
    app:hoverColor="#22000000" />


<com.zcw.widget.RoundImageView
    android:layout_width="120dp"
    android:layout_height="120dp"
    android:clickable="true"
    android:src="@drawable/image1"
    app:borderColor="#fff"
    app:borderRadius="6dp"
    app:borderWidth="2dp" />

Sample

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].