Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as XML by Khan ( 14 years ago )
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" 
       android:background="@drawable/mainbg"
    android:gravity="center"
    >
    

<AbsoluteLayout   
android:id="@+id/absLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center"
android:filterTouchesWhenObscured="true"
    >

<RelativeLayout
    android:id="@+id/linearLayout5"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignParentTop="true"
    android:layout_centerHorizontal="true"
    android:background="@drawable/header"
    >



        <TextView
            android:id="@+id/tv_header"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerInParent="true"
            android:layout_gravity="center_vertical"
            android:foregroundGravity="center"
            android:text="Easy English"
            android:textColor="#fff"
            android:textSize="30dp" />


        <ImageView
            android:id="@+id/iv_back"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentLeft="true"
            android:layout_centerVertical="true"
            android:foregroundGravity="center"
            android:src="@drawable/back" />

    </RelativeLayout>



<RelativeLayout
    android:layout_width="fill_parent"
    android:layout_height="217dp"
    android:layout_centerInParent="true"
    android:layout_y="46dp" 
    android:focusable="false"
    android:clickable="false"
    android:filterTouchesWhenObscured="true">

<ImageView
    android:id="@+id/fr_mainimage"
    android:layout_width="200dp"
    android:layout_height="130dp"
    android:layout_centerHorizontal="true"
    android:layout_marginTop="30dp"
    android:background="@null"
    android:focusable="false"
    android:focusableInTouchMode="false"
     />

</RelativeLayout>
        <LinearLayout
            android:id="@+id/lvtarget"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_y="250dp"
            android:background="@drawable/lay_bg"
            android:gravity="center" >

    <ImageView
        android:id="@+id/ivlay1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
      android:filterTouchesWhenObscured="true"
         />
    <ImageView
    android:id="@+id/ivlay2"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:filterTouchesWhenObscured="true"
     />
<ImageView
    android:id="@+id/ivlay3"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:filterTouchesWhenObscured="true"
     /> 
    <ImageView
    android:id="@+id/ivlay4"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:filterTouchesWhenObscured="true"
     /> 
     <ImageView
    android:id="@+id/ivlay5"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:filterTouchesWhenObscured="true"
     /> 
</LinearLayout>


<ImageView
    android:id="@+id/ivdis1"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_x="37dp"
    android:layout_y="285dp"
     />

<ImageView
    android:id="@+id/ivdis2"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_x="253dp"
    android:layout_y="409dp"
     />

<ImageView
    android:id="@+id/ivdis3"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_x="24dp"
    android:layout_y="406dp"
     />

<ImageView
    android:id="@+id/ivdis4"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_x="132dp"
    android:layout_y="369dp"
     />

<ImageView
    android:id="@+id/ivdis5"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_x="211dp"
    android:layout_y="295dp"
    />

<ImageView
    android:id="@+id/iv_next"
    android:layout_width="50dp"
    android:layout_height="50dp"
    android:layout_x="280dp"
    android:layout_y="36dp"
    android:visibility="gone"
    android:src="@drawable/next" />

</AbsoluteLayout>





</LinearLayout>

 

Revise this Paste

Your Name: Code Language: