Created
April 17, 2017 10:26
-
-
Save sreelallalu/9c5afe672e255cb7279b65cf91c167ae to your computer and use it in GitHub Desktop.
circular image view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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