Skip to content

Instantly share code, notes, and snippets.

@sreelallalu
Created April 17, 2017 10:26
Show Gist options
  • Select an option

  • Save sreelallalu/9c5afe672e255cb7279b65cf91c167ae to your computer and use it in GitHub Desktop.

Select an option

Save sreelallalu/9c5afe672e255cb7279b65cf91c167ae to your computer and use it in GitHub Desktop.
circular image view
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/avatar"
android:layout_width="@dimen/list_item_avatar_size"
android:layout_height="@dimen/list_item_avatar_size"
android:layout_marginRight="16dp"/>
library:
compile 'de.hdodenhof:circleimageview:1.3.0'
Imagecall
ImageView img=(ImageView)findviewById();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment