splash.xml 852 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="fill_parent"
	android:background="#fdfefa"
	android:layout_height="fill_parent" >
	
	<RelativeLayout android:id="@+id/bottomRl"
	    android:layout_height="100dp"
	    android:layout_width="fill_parent"
	    android:layout_alignParentBottom="true"
	    android:layout_marginTop="10dp"
	    android:layout_marginBottom="20dp">
	    <ImageView android:id="@+id/bottomIcon"
	        android:layout_height="70dp"
	        android:layout_width="200dp"
	        android:layout_centerHorizontal="true" />
	</RelativeLayout>
	<RelativeLayout android:id="@+id/adsRl"
	    android:layout_height="fill_parent"
	    android:layout_width="fill_parent"
	    android:layout_above="@id/bottomRl"></RelativeLayout>
</RelativeLayout>