circle imageview dependency in android
implementation 'de.hdodenhof:circleimageview:3.1.0'
circle imageview dependency in android
implementation 'de.hdodenhof:circleimageview:3.1.0'
circleimageview github
//Build.Gradle (app level)
dependencies {
...
implementation 'de.hdodenhof:circleimageview:3.1.0'
//make sure use latest version of this. currently latest version is 3.1.0
//in 25-05-2021;
//Edited
//still no changes in version -today date - 12.08.2021
}
Usage
<de.hdodenhof.circleimageview.CircleImageView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/profile_image"
android:layout_width="96dp"
android:layout_height="96dp"
android:src="@drawable/profile"
app:civ_border_width="2dp"
app:civ_border_color="#FF000000"/>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us