Advertisement
Guest User

Untitled

a guest
Sep 14th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:app="http://schemas.android.com/apk/libs/com.mikhaellopez.circularimageviewsample"
  3.    android:layout_width="fill_parent"
  4.    android:layout_height="fill_parent"
  5.    android:gravity="center"
  6.    android:orientation="vertical" >
  7.  
  8.     <com.mikhaellopez.circularimageview.CircularImageView
  9.        android:layout_width="250dp"
  10.        android:id="@+id/avatar"
  11.        android:layout_height="250dp"
  12.        android:src="@drawable/abc"
  13.        app:border="true"
  14.        app:border_color="@color/GrayLight"
  15.        app:border_width="4dp"
  16.        app:shadow="true" />
  17.  
  18. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement