Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as XML by IceClaw ( 12 years ago )
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="#1766b5">
    
    <LinearLayout
     android:layout_height="wrap_content"
     android:layout_width="fill_parent"
     android:gravity="center"
     android:layout_marginBottom="6px"
     android:layout_marginTop="6px">
     <ImageView
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:src="@drawable/banner_icon"
      android:layout_marginRight="44dip"/>
      
     <TextView
      android:id="@+id/banner"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:gravity="center_horizontal"
     android:textSize="50px"
      android:text="Favoriten"/>
      
     <ImageView
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      android:src="@drawable/banner_icon"
      android:layout_marginLeft="44dip"/>
    </LinearLayout>
    
    <ScrollView
  android:layout_width="fill_parent"
  android:layout_height="wrap_content"
  android:layout_marginBottom="72dip">
  
  <LinearLayout
   android:id="@+id/favoriten_layout"
   android:orientation="vertical"
   android:layout_width="wrap_content"
   android:layout_height="wrap_content"
   android:layout_gravity="center_horizontal">
  </LinearLayout>
 </ScrollView>
 
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="wrap_content"
  android:layout_height="fill_parent"
  android:layout_marginTop="-111px"
  android:gravity="bottom"
  android:layout_alignParentBottom="true">
     
  <com.google.ads.AdView
   android:id="@+id/adView"
      android:layout_width="fill_parent"
          android:layout_height="wrap_content"
          android:layout_weight="1"
         ads:adUnitId="a14e79f43650626"
         ads:adSize="BANNER"
         ads:loadAdOnCreate="true"/>
         
 </RelativeLayout>
  
</LinearLayout>

 

Revise this Paste

Your Name: Code Language: