Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 2

<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.

com/apk/res/android" android:orientation="horizontal" android:layout_height="fill_parent" android:layout_width="fill_parent" android:padding="20dp">

<GridView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/PhoneImageGrid" android:layout_width="fill_parent" android:layout_height="fill_parent" android:columnWidth="90dp" android:numColumns="auto_fit" android:verticalSpacing="10dp" android:horizontalSpacing="10dp" android:stretchMode="columnWidth" android:gravity="center" />

<Gallery xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/PhoneImageGrid" android:layout_width="fill_parent" android:layout_height="wrap_content" android:padding="50dp"

android:layout_gravity="center_vertical|center_horizontal"/>

<ImageView android:id="@+id/trans" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical|center_horizontal"/>

</RelativeLayout>

You might also like