Advertisement
Guest User

Untitled

a guest
Sep 14th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.52 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="match_parent"
  4.    android:layout_height="match_parent"
  5.    android:background="#000000"
  6.    android:orientation="vertical" >
  7.  
  8.     <ImageView
  9.        android:id="@+id/avatar"
  10.        android:layout_width="100dp"
  11.        android:layout_height="100dp"
  12.        android:scaleType="centerCrop"
  13.        android:layout_gravity="center"
  14.        android:src="@drawable/abc" />
  15.  
  16. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement