Tuesday, 22 August 2017

Circle Image View

step 1:
compile 'de.hdodenhof:circleimageview:2.1.0'
step 2:

<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"/>

No comments:

Post a Comment

HOW TO CREATE CIRCLE IMAGE VIEW

Step 1: implementation 'de.hdodenhof:circleimageview:3.0.0' Step 2: <de.hdodenhof.circleimageview.CircleImageView xmlns:ap...